Changeset 6907
- Timestamp:
- Apr 28, 2009, 6:17:14 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy_anuga_validation/automated_validation_tests/patong_beach_validation/validate.py
r6906 r6907 42 42 # as code below depends upon it. 43 43 Optional_Data_Objects = ('patong.sww.TRIAL.tgz', 44 #'patong.sww.BASIC.tgz',45 #'patong.sww.FINAL.tgz'44 'patong.sww.BASIC.tgz', 45 'patong.sww.FINAL.tgz' 46 46 ) 47 47 … … 384 384 385 385 msg = ''' 386 This validation requires a working internet connection to refresh it 's files.386 This validation requires a working internet connection to refresh its files. 387 387 You may still run this validation without an internet connection if you have the 388 388 required files. … … 428 428 (_, vtype, _) = odo.rsplit('.', 2) 429 429 vtype = vtype.lower() 430 log.critical('#' * 50) 430 431 log.critical("Running Patong '%s' validation ..." % vtype) 431 432 if run_simulation(vtype, odo):
Note: See TracChangeset
for help on using the changeset viewer.