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

Comparing trunk/OOPSE-3.0/test/math/VectorTestCase.hpp (file contents):
Revision 1594 by tim, Mon Oct 18 23:13:23 2004 UTC vs.
Revision 1595 by tim, Tue Oct 19 04:21:07 2004 UTC

# Line 13 | Line 13 | class VectorTestCase : public CPPUNIT_NS::TestFixture
13      CPPUNIT_TEST(testConstructors);
14      CPPUNIT_TEST(testArithmetic);
15      CPPUNIT_TEST(testAccessEntries);
16 +    CPPUNIT_TEST(testOtherMemberFunctions);
17      CPPUNIT_TEST(testOtherTemplateFunctions);
18      CPPUNIT_TEST_SUITE_END();
19  
# Line 23 | Line 24 | class VectorTestCase : public CPPUNIT_NS::TestFixture
24          void testArithmetic();
25          void testOperators();
26          void testAccessEntries();
27 +        void testOtherMemberFunctions();
28          void testOtherTemplateFunctions();
29  
30      private:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines