Changeset 2221

Show
Ignore:
Timestamp:
05/03/07 15:53:41 (2 years ago)
Author:
edunne
Message:

TestCaseManagementPlugin:

fixing a bug from my last check in.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • testcasemanagementplugin/branches/testManagementPlugin0.2.1/testManagementPlugin/properties.py

    r2220 r2221  
    7979            #we want to parse testcases not the testtemplate file... 
    8080            if not match: 
    81                 match = re.match('\S.xml$',  entry.get_name() )  #this allows us to have other files  
     81                match = re.match('\S*xml$',  entry.get_name() )  #this allows us to have other files  
    8282                if match: 
    8383                    try: