Changeset 8974 for trunk/anuga_core/source/anuga/structures
- Timestamp:
- Sep 12, 2013, 9:32:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/structures/test_inlet_operator.py
r8874 r8974 299 299 # ========================================================================= 300 300 if __name__ == "__main__": 301 suite = unittest.makeSuite(Test_inlet_operator, 'test _inlet_constant_Q_polygon')301 suite = unittest.makeSuite(Test_inlet_operator, 'test') 302 302 runner = unittest.TextTestRunner() 303 303 runner.run(suite)
Note: See TracChangeset
for help on using the changeset viewer.