Changeset 9389


Ignore:
Timestamp:
Jan 7, 2015, 9:35:33 AM (9 years ago)
Author:
gray
Message:

Removing large data test files

Location:
trunk/anuga_core/source/anuga/lib/maxasc
Files:
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/lib/maxasc/test1.asc

    r5983 r9389  
    1 ncols         4
     1python ncols         4
    22nrows         11
    33xllcorner     321170
  • trunk/anuga_core/source/anuga/lib/maxasc/test_maxasc.py

    r6218 r9389  
    121121        self.failUnless(FilesEqual('test1.out.asc', in_file))
    122122
    123     def test_same_input_equals_bigA(self):
    124         test_path = aust.get_pathname_from_package('anuga.lib.maxasc')
    125         in_file = os.path.join(test_path, 'perthAll_stage_250m.asc')
    126         MaxAsc('perth.out.asc', [in_file])
    127         self.failUnless(FilesEqual('perth.out.asc', in_file))
    128 
    129     def test_same_input_equals_bigB(self):
    130         test_path = aust.get_pathname_from_package('anuga.lib.maxasc')
    131         in_file = os.path.join(test_path, 'perthAll_stage_250m_all.asc')
    132         MaxAsc('perth.out.asc', [in_file])
    133         self.failUnless(FilesEqual('perth.out.asc', in_file))
    134 
    135     def test_same_input_equals_bigC(self):
    136         test_path = aust.get_pathname_from_package('anuga.lib.maxasc')
    137         in_file = os.path.join(test_path, 'perthAll_stage_original.asc')
    138         MaxAsc('perth.out.asc', [in_file])
    139         self.failUnless(FilesEqual('perth.out.asc', in_file))
    140 
    141     def test_same_input_equals_big3(self):
    142         test_path = aust.get_pathname_from_package('anuga.lib.maxasc')
    143         in_file = os.path.join(test_path, 'perthAll_stage_250m.asc')
    144         MaxAsc('perth.out.asc', [in_file, in_file, in_file])
    145         self.failUnless(FilesEqual('perth.out.asc', in_file))
    146123
    147124    def test_same_input_equals_outputN(self):
Note: See TracChangeset for help on using the changeset viewer.