Changeset 543ce4 for molecuilder/src/unittests/stackclassunittest.cpp
- Timestamp:
- Nov 4, 2009, 7:56:04 PM (16 years ago)
- Children:
- 4ef101, aa8542
- Parents:
- ec70ec
- File:
-
- 1 edited
-
molecuilder/src/unittests/stackclassunittest.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/stackclassunittest.cpp
rec70ec r543ce4 13 13 14 14 #include "stackclassunittest.hpp" 15 #include "log.hpp" 15 16 16 17 enum { testdimension=3 }; … … 41 42 { 42 43 int testfield[testdimension] = {0,1,2}; 43 // cout<< Verbose(1) << "Testing the snake stack..." << endl;44 //Log() << Verbose(1) << "Testing the snake stack..." << endl; 44 45 for (int i=0;i<testdimension;i++) { 45 // cout<< Verbose(2) << "Filling " << i << "th element of stack." << endl;46 //Log() << Verbose(2) << "Filling " << i << "th element of stack." << endl; 46 47 Stack->Push(&testfield[i]); 47 48 } 48 // cout<< endl;49 //Log() << Verbose(0) << endl; 49 50 //Output(out); 50 51 CPPUNIT_ASSERT_EQUAL(true, Stack->IsFull());
Note:
See TracChangeset
for help on using the changeset viewer.
