Changeset 8124 for trunk/anuga_core/source/anuga/utilities/test_sparse.py
- Timestamp:
- Mar 3, 2011, 6:04:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/utilities/test_sparse.py
r7276 r8124 148 148 pass 149 149 else: 150 raise 'Should have failed'150 raise Exception('Should have failed') 151 151 152 152 def test_sparse_addition(self):
Note: See TracChangeset
for help on using the changeset viewer.