Changes in / [b31bc4:9848ba]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/manipulateAtomsTest.cpp
rb31bc4 r9848ba 18 18 #include "Actions/ManipulateAtomsProcess.hpp" 19 19 #include "Actions/ActionRegistry.hpp" 20 #include "Actions/ActionHistory.hpp" 20 21 21 22 #include "World.hpp" … … 70 71 // set up and tear down 71 72 void manipulateAtomsTest::setUp(){ 73 ActionHistory::init(); 72 74 World::getInstance(); 73 75 for(int i=0;i<ATOM_COUNT;++i){ … … 79 81 World::purgeInstance(); 80 82 ActionRegistry::purgeInstance(); 83 ActionHistory::purgeInstance(); 81 84 } 82 85
Note:
See TracChangeset
for help on using the changeset viewer.