Changes in / [b31bc4:9848ba]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/manipulateAtomsTest.cpp

    rb31bc4 r9848ba  
    1818#include "Actions/ManipulateAtomsProcess.hpp"
    1919#include "Actions/ActionRegistry.hpp"
     20#include "Actions/ActionHistory.hpp"
    2021
    2122#include "World.hpp"
     
    7071// set up and tear down
    7172void manipulateAtomsTest::setUp(){
     73  ActionHistory::init();
    7274  World::getInstance();
    7375  for(int i=0;i<ATOM_COUNT;++i){
     
    7981  World::purgeInstance();
    8082  ActionRegistry::purgeInstance();
     83  ActionHistory::purgeInstance();
    8184}
    8285
Note: See TracChangeset for help on using the changeset viewer.