# | Line 4 | Line 4 | |
---|---|---|
4 | #include <cppunit/extensions/HelperMacros.h> | |
5 | #include "brains/SnapshotManager.hpp" | |
6 | ||
7 | < | using namespace oopse; |
7 | > | using namespace OpenMD; |
8 | ||
9 | class SnapshotManagerTestCase : public CPPUNIT_NS::TestFixture { | |
10 | CPPUNIT_TEST_SUITE( SnapshotManagerTestCase ); | |
# | Line 22 | Line 22 | class SnapshotManagerTestCase : public CPPUNIT_NS::Tes | |
22 | }; | |
23 | ||
24 | ||
25 | < | #endif //BRAINS_SNAPSHOTMANAGERTESTCASE_HPP |
25 | > | #endif //BRAINS_SNAPSHOTMANAGERTESTCASE_HPP |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |