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

Comparing trunk/OOPSE-2.0/test/math/SquareMatrixTestCase.hpp (file contents):
Revision 1615 by tim, Fri Oct 15 15:19:28 2004 UTC vs.
Revision 1616 by tim, Wed Oct 20 18:07:08 2004 UTC

# Line 12 | Line 12 | class SquareMatrixTestCase : public CPPUNIT_NS::TestFi
12      CPPUNIT_TEST_SUITE( SquareMatrixTestCase );
13      CPPUNIT_TEST(testConstructor);
14      CPPUNIT_TEST(testIdentity);
15 <    CPPUNIT_TEST(testInverse);
16 <    CPPUNIT_TEST(testDeterminant);
15 >    CPPUNIT_TEST(testJacobi);
16      CPPUNIT_TEST(testTrace);
17      CPPUNIT_TEST(testIsSymmertric);
18      CPPUNIT_TEST(testIsOrthogonal);
# Line 26 | Line 25 | class SquareMatrixTestCase : public CPPUNIT_NS::TestFi
25  
26          void testConstructor();
27          void testIdentity();
28 <        void testInverse();
30 <        void testDeterminant();
28 >        void testJacobi();
29          void testTrace();
30          void testIsSymmertric();
31          void testIsOrthogonal();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines