Ignore:
Timestamp:
Sep 12, 2013, 9:32:39 PM (11 years ago)
Author:
steve
Message:

Cleaning up import anuga

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/structures/test_inlet_operator.py

    r8874 r8974  
    299299# =========================================================================
    300300if __name__ == "__main__":
    301     suite = unittest.makeSuite(Test_inlet_operator, 'test_inlet_constant_Q_polygon')
     301    suite = unittest.makeSuite(Test_inlet_operator, 'test')
    302302    runner = unittest.TextTestRunner()
    303303    runner.run(suite)
Note: See TracChangeset for help on using the changeset viewer.