- Timestamp:
- May 30, 2007, 1:59:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/test_data_manager.py
r4519 r4520 6745 6745 6746 6746 def test_store_parameters(self): 6747 """tests store temporary file 6748 """ 6747 6749 6748 6750 from os import sep, getenv … … 6795 6797 6796 6798 def test_store_parameters1(self): 6799 """tests store in temporary file and other file 6800 """ 6797 6801 6798 6802 from os import sep, getenv … … 6857 6861 6858 6862 def test_store_parameters2(self): 6863 """tests appending the data to the end of an existing file 6864 """ 6859 6865 6860 6866 from os import sep, getenv
Note: See TracChangeset
for help on using the changeset viewer.