Commit dba6d5c821a333da618c4e36591463547c20eb3b

henry 2002-12-19T10:28:59

Uncommented test

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/test/FTFace-Test.cpp b/test/FTFace-Test.cpp
index 300206f..c3fe6d9 100755
--- a/test/FTFace-Test.cpp
+++ b/test/FTFace-Test.cpp
@@ -40,8 +40,8 @@ class FTFaceTest : public CppUnit::TestCase
         CPPUNIT_ASSERT( !testFace->Open( (unsigned char*)100, 0));
         CPPUNIT_ASSERT( testFace->Error() == 85);        
 
-//        CPPUNIT_ASSERT( testFace->Open( arial_ttf.dataBytes, arial_ttf.numBytes));
-//        CPPUNIT_ASSERT( testFace->Error() == 0);        
+        CPPUNIT_ASSERT( testFace->Open( arial_ttf.dataBytes, arial_ttf.numBytes));
+        CPPUNIT_ASSERT( testFace->Error() == 0);        
     }