Changeset eb129c for molecuilder/src


Ignore:
Timestamp:
Mar 25, 2010, 1:00:29 PM (15 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
b787af
Parents:
fe3540 (diff), c3294f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'StructureRefactoring' into MenuRefactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/unittests/manipulateAtomsTest.cpp

    rfe3540 reb129c  
    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.