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 1596 by tim, Tue Oct 19 04:28:15 2004 UTC vs.
Revision 1597 by tim, Tue Oct 19 04:34:35 2004 UTC

# Line 268 | Line 268 | void RectMatrixTestCase::testRowColOperations() {
268      CPPUNIT_ASSERT(m == e);
269      
270      //test getCol
271 <    col = e.getCol(1);
271 >    col = e.getColum(1);
272      CPPUNIT_ASSERT(col[0] == 4.0 && col[1] == 0.0 && col[2] == 6.0);    
273  
274      //test setCol

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines