Ignore:
Timestamp:
Jul 18, 2008, 12:31:35 PM (16 years ago)
Author:
ole
Message:

Verified that pointer fix works on Linux. All tests pass and boxing day example appears to work (inasmuch as it doesn't segfault anymore).
I have not looked for memory leaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/test_data_manager.py

    r5527 r5529  
    88918891if __name__ == "__main__":
    88928892
    8893     suite = unittest.makeSuite(Test_Data_Manager,'test_urs2sts0')
     8893    suite = unittest.makeSuite(Test_Data_Manager,'test')
     8894    #suite = unittest.makeSuite(Test_Data_Manager,'test_urs2sts0')
    88948895    #suite = unittest.makeSuite(Test_Data_Manager,'test_export_gridII')
    8895 #    suite = unittest.makeSuite(Test_Data_Manager,'test_screen_catcher')
    88968896    #suite = unittest.makeSuite(Test_Data_Manager,'test_get_flow_through_cross_section_with_geo')
    88978897    #suite = unittest.makeSuite(Test_Data_Manager,'covered_')
Note: See TracChangeset for help on using the changeset viewer.