Commit 67cdade7d7a5d2f6feb154106923f72abe01f246

henry 2002-12-20T22:22:58

Changes for FTList

diff --git a/test/FTMesh-Test.cpp b/test/FTMesh-Test.cpp
index 8d58f09..6d003c9 100755
--- a/test/FTMesh-Test.cpp
+++ b/test/FTMesh-Test.cpp
@@ -117,7 +117,7 @@ class FTMeshTest : public CppUnit::TestCase
                 ftglCombine( testPoint, NULL, NULL, (void**)hole, &mesh);            
             }
 
-            CPPUNIT_ASSERT( *testOutput == &(mesh.tempPointList[0].x));
+            CPPUNIT_ASSERT( *testOutput == &(mesh.TempPointList().front().x));
             
             for( unsigned int x = 201; x < 300; ++x)
             {
@@ -126,7 +126,7 @@ class FTMeshTest : public CppUnit::TestCase
 
             ftglEnd( &mesh);
             
-            CPPUNIT_ASSERT( *testOutput == &(mesh.tempPointList[0].x));
+            CPPUNIT_ASSERT( *testOutput == &(mesh.TempPointList().front().x));
         }
         
         void setUp()