Changeset 2221
- Timestamp:
- 05/03/07 15:53:41 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
testcasemanagementplugin/branches/testManagementPlugin0.2.1/testManagementPlugin/properties.py
r2220 r2221 79 79 #we want to parse testcases not the testtemplate file... 80 80 if not match: 81 match = re.match('\S .xml$', entry.get_name() ) #this allows us to have other files81 match = re.match('\S*xml$', entry.get_name() ) #this allows us to have other files 82 82 if match: 83 83 try:
