- Timestamp:
- Feb 5, 2010, 5:24:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water_balanced/test_swb_boundary_condition.py
r7573 r7616 871 871 872 872 if __name__ == "__main__": 873 suite = unittest.makeSuite(Test_swb_boundary_condition, 'test ')873 suite = unittest.makeSuite(Test_swb_boundary_condition, 'test_boundary_condition_time') 874 874 runner = unittest.TextTestRunner(verbosity=1) 875 875 runner.run(suite)
Note: See TracChangeset
for help on using the changeset viewer.