Changeset 6907


Ignore:
Timestamp:
Apr 28, 2009, 6:17:14 AM (15 years ago)
Author:
rwilson
Message:

Put changes back before going to work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/numpy_anuga_validation/automated_validation_tests/patong_beach_validation/validate.py

    r6906 r6907  
    4242# as code below depends upon it.
    4343Optional_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'
    4646                        )
    4747
     
    384384
    385385msg = '''
    386 This validation requires a working internet connection to refresh it's files.
     386This validation requires a working internet connection to refresh its files.
    387387You may still run this validation without an internet connection if you have the
    388388required files.
     
    428428    (_, vtype, _) = odo.rsplit('.', 2)
    429429    vtype = vtype.lower()
     430    log.critical('#' * 50)
    430431    log.critical("Running Patong '%s' validation ..." % vtype)
    431432    if run_simulation(vtype, odo):
Note: See TracChangeset for help on using the changeset viewer.