Changeset 5277 for anuga_core/test_all.py
- Timestamp:
- May 5, 2008, 5:30:12 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/test_all.py
r5276 r5277 1 #from anuga.utilities.data_audit_wrapper import IP_verified1 from anuga.utilities.data_audit_wrapper import IP_verified 2 2 from tempfile import mktemp 3 3 … … 57 57 58 58 print 'Verifying data IP' 59 #if not IP_verified(temp_dir):60 #msg = 'Files have not been verified for IP.\n'61 #msg += 'Each data file must have a license file with it.'62 #raise Exception, msg59 if not IP_verified(temp_dir): 60 msg = 'Files have not been verified for IP.\n' 61 msg += 'Each data file must have a license file with it.' 62 raise Exception, msg 63 63 64 64
Note: See TracChangeset
for help on using the changeset viewer.