Changeset 1388

Show
Ignore:
Timestamp:
02/25/10 16:17:43 (5 months ago)
Author:
odole
Message:

2010-02-25 Olivier DOLE <odole@sand-labs.org>

fix bug in drt script.

  • Scripts/Drt/drt.py:
  • Scripts/Drt/testsList.py:
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BAL/ChangeLogOWB

    r1385 r1388  
     12010-02-25  Olivier DOLE  <odole@sand-labs.org> 
     2 
     3        fix bug in drt script. 
     4 
     5        * Scripts/Drt/drt.py: 
     6        * Scripts/Drt/testsList.py: 
     7 
    182010-02-22  Olivier DOLE  <odole@sand-labs.org> 
    29 
  • trunk/BAL/Scripts/Drt/drt.py

    r1318 r1388  
    4949                      'xslt' : ['fast/xsl']} 
    5050 
    51 supportedFileExtensions = {'svg' : 'svg', 'wml' : 'wml'} 
     51supportedFileExtensions = {'cehtml' : '.cehtml', 'svg' : '.svg', 'wml' : '.wml'} 
    5252 
    5353cmakeOptionWrapper = {'ENABLE_3D_RENDERING' : '3d', 
  • trunk/BAL/Scripts/Drt/testsList.py

    r1379 r1388  
    66        self.config = config 
    77        self.dirOut = [".svn", "resources", "platform", "conf", "js", "script-tests"] 
    8         self.extension = [".html", ".cehtml", ".shtml", ".xml", ".xhtml", ".pl", ".php"] 
     8        self.extension = [".html", ".shtml", ".xml", ".xhtml", ".pl", ".php"] 
    99 
    1010    def changePathIfNeeded(self, li) :