- Timestamp:
- 12/12/08 11:56:29 (3 years ago)
- Files:
-
- 1 modified
-
trunk/mgunit/src/mguttestsuite__define.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/mgunit/src/mguttestsuite__define.pro
r17 r27 157 157 otestcase = self->_makeTestCase(tests[t], error=error) 158 158 if (error ne 0L) then begin 159 print, ' Test case ' + tests[t] + ' not valid'159 print, 'Error creating ' + tests[t] + ' object: ' + !error_state.msg 160 160 continue 161 161 endif
