Changeset 45cc89 for molecuilder/src/unittests/vectorunittest.cpp
- Timestamp:
- Feb 26, 2010, 10:02:12 AM (16 years ago)
- Children:
- 837c22, dc5413
- Parents:
- 031ec24
- File:
-
- 1 edited
-
molecuilder/src/unittests/vectorunittest.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/vectorunittest.cpp
r031ec24 r45cc89 14 14 15 15 #include "defs.hpp" 16 #include "log.hpp" 17 #include "memoryusageobserver.hpp" 16 18 #include "vector.hpp" 17 19 #include "vectorunittest.hpp" … … 39 41 void VectorTest::tearDown() 40 42 { 43 MemoryUsageObserver::purgeInstance(); 44 logger::purgeInstance(); 45 errorLogger::purgeInstance(); 41 46 }; 42 47
Note:
See TracChangeset
for help on using the changeset viewer.
