Changeset 4781


Ignore:
Timestamp:
Nov 5, 2007, 1:35:03 PM (17 years ago)
Author:
duncan
Message:

tweak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/automated_validation_tests/okushiri_tank_validation/validate_okushiri.py

    r3919 r4781  
    99class Test_Okushiri(unittest.TestCase):
    1010    def setUp(self):
     11        pass
     12       
     13    def tearDown(self):
     14        pass
    1115
     16    def test_that_output_is_as_expected(self):
     17       
    1218        # Remove garbage
    1319        for file in os.listdir('.'):
     
    2834        res = os.system('python %s > run_okushiri.stdout' %s)       
    2935        assert res == 0
    30        
    31 
    32     def tearDown(self):
    33         pass
    34 
    35     #def test_creation_of_mesh(self):
    36     #    s = 'create_okushiri.py'
    37     #    os.system('python %s > create_okushiri.stdout' %s)
    38 
    39     #def test_that_simulation_can_run(self):
    40     #    s = 'run_okushiri.py'
    41     #    os.system('python %s > run_okushiri.stdout' %s)
    42 
    43     def test_that_output_is_as_expected(self):   
    4436        s = 'compare_timeseries_with_measures.py'
    4537        #print s
Note: See TracChangeset for help on using the changeset viewer.