Parent Directory
|
Revision Log
|
Patch
revision 709 by robwdcock, Mon Mar 27 02:43:09 2006 UTC | revision 710 by gross, Wed Apr 26 22:22:16 2006 UTC | |
---|---|---|
# | Line 203 void DataBlocks2DTestCase::testAll() { | Line 203 void DataBlocks2DTestCase::testAll() { |
203 | } | } |
204 | } | } |
205 | ||
206 | #if defined DOASSERT | |
207 | { | { |
208 | cout << "\tTest DOASSERT exception." << endl; | cout << "\tTest DOASSERT exception." << endl; |
209 | DataBlocks2D myData; | DataBlocks2D myData; |
# | Line 214 void DataBlocks2DTestCase::testAll() { | Line 215 void DataBlocks2DTestCase::testAll() { |
215 | assert(true); | assert(true); |
216 | } | } |
217 | } | } |
218 | #endif | |
219 | ||
220 | } | } |
221 |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |