Minor format change
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
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);