Changeset 7bfc19 for molecuilder/src/unittests/manipulateAtomsTest.cpp
- Timestamp:
- Feb 24, 2010, 4:21:12 PM (16 years ago)
- Children:
- 5bf941
- Parents:
- 01d28a
- git-author:
- Tillmann Crueger <crueger@…> (02/24/10 15:29:12)
- git-committer:
- Tillmann Crueger <crueger@…> (02/24/10 16:21:12)
- File:
-
- 1 edited
-
molecuilder/src/unittests/manipulateAtomsTest.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/manipulateAtomsTest.cpp
r01d28a r7bfc19 69 69 for(int i=0;i<ATOM_COUNT;++i){ 70 70 atoms[i]= new AtomStub(i); 71 World::get()->registerAtom(atoms[i]); 71 72 } 72 73 } 73 74 void manipulateAtomsTest::tearDown(){ 74 75 World::destroy(); 75 for(int i=0;i<ATOM_COUNT;++i){76 delete atoms[i];77 }78 76 ActionRegistry::purgeRegistry(); 79 77 }
Note:
See TracChangeset
for help on using the changeset viewer.
