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

Comparing trunk/OOPSE-4/test/math/RectMatrixTestCase.hpp (file contents):
Revision 1571 by tim, Fri Oct 15 15:19:28 2004 UTC vs.
Revision 1595 by tim, Tue Oct 19 04:21:07 2004 UTC

# Line 26 | Line 26 | class RectMatrixTestCase : public CPPUNIT_NS::TestFixt
26      CPPUNIT_TEST(testMul);
27      CPPUNIT_TEST(testDiv);
28      CPPUNIT_TEST(testAccessEntries);
29 <    CPPUNIT_TEST(testTranspose);
29 >    CPPUNIT_TEST(testRowColOperations);
30 >    CPPUNIT_TEST(testOtherMemberFunctions);
31      CPPUNIT_TEST_SUITE_END();
32  
33      public:
# Line 41 | Line 42 | class RectMatrixTestCase : public CPPUNIT_NS::TestFixt
42          void testMul();
43          void testDiv();
44          void testAccessEntries();
45 <        void testTranspose();
45 >        void testRowColOperations()
46 >        void testOtherMemberFunctions();
47  
48      private:
49          RMat2x2 m1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines