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

Comparing trunk/OOPSE-3.0/test/math/RectMatrixTestCase.cpp (file contents):
Revision 1571 by tim, Fri Oct 15 15:19:28 2004 UTC vs.
Revision 1575 by tim, Fri Oct 15 18:17:00 2004 UTC

# Line 178 | Line 178 | void RectMatrixTestCase::testNegate() {
178   void RectMatrixTestCase::testNegate() {
179  
180      CPPUNIT_ASSERT(m1 == -m4);
181 +    CPPUNIT_ASSERT(m1 == m4);
182   }
183  
184   void RectMatrixTestCase::testAdd() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines