Changeset 1379

Show
Ignore:
Timestamp:
02/18/10 11:01:20 (5 months ago)
Author:
gbertal
Message:

Added CEHTML extensions to the list of supported DRT tests file extensions.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BAL/Scripts/Drt/testsList.py

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