Commit 1ae93a9a43857bceacad43b2f077d62ef123fdb1

henry 2003-06-08T01:08:08

Minor format change

diff --git a/test/FTContour-Test.cpp b/test/FTContour-Test.cpp
index 55cda22..5f13a3b 100755
--- a/test/FTContour-Test.cpp
+++ b/test/FTContour-Test.cpp
@@ -45,9 +45,9 @@ static FT_Vector simpleConicPoints[3] =
 
 static FT_Vector brokenPoints[3] = 
 {
-    { 0,  0},
-    { 0,  0},
-    { 0, -0}
+    { 0, 0},
+    { 0, 0},
+    { 0, 0}
 };
 
 static char simpleConicTags[3] = 
@@ -62,7 +62,7 @@ static FT_Vector doubleConicPoints[4] =
     { 0,  0},
     { 6,  7},
     { 9, -2},
-    { 4, 0}
+    { 4,  0}
 };
 
 static char doubleConicTags[4] = 
diff --git a/test/FTFont-Test.cpp b/test/FTFont-Test.cpp
index f6b8ec6..fca4171 100755
--- a/test/FTFont-Test.cpp
+++ b/test/FTFont-Test.cpp
@@ -70,7 +70,7 @@ class FTFontTest : public CppUnit::TestCase
         void testOpenFont()
         {
             TestFont badFont( BAD_FONT_FILE);
-            // This is a different error # on Mac to other platforms      
+            // This is a different error # on Mac to other platforms (1)
             CPPUNIT_ASSERT( badFont.Error() == 6);        
         
             TestFont goodFont( GOOD_FONT_FILE);