ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/test/brains/SnapshotTestCase.hpp
(Generate patch)

Comparing trunk/OOPSE-2.0/test/brains/SnapshotTestCase.hpp (file contents):
Revision 1629 by tim, Thu Oct 21 21:30:34 2004 UTC vs.
Revision 1639 by tim, Fri Oct 22 23:09:57 2004 UTC

# Line 8 | Line 8 | class SnapshotTestCase : public CPPUNIT_NS::TestFixtur
8  
9   class SnapshotTestCase : public CPPUNIT_NS::TestFixture {
10      CPPUNIT_TEST_SUITE( SnapshotTestCase );
11 <    CPPUNIT_TEST(testConstructors);
11 >    CPPUNIT_TEST(testMemoryLayout);
12 >    CPPUNIT_TEST(testConstructors);
13  
14      CPPUNIT_TEST_SUITE_END();
15  
16      public:
17          virtual void setUp();
18 <        virtual void tearDown();
18 >        virtual void tearDown();
19 >        void testMemoryLayout();
20          void testConstructors();
21  
22      private:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines