Commit 304233246a43a16a122c2b1d552b1ca5351fd884

henry 2004-09-30T22:50:47

Minor

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/test/FTFont-Test.cpp b/test/FTFont-Test.cpp
index 799db81..2c54918 100755
--- a/test/FTFont-Test.cpp
+++ b/test/FTFont-Test.cpp
@@ -108,7 +108,7 @@ class FTFontTest : public CppUnit::TestCase
         void testOpenFont()
         {
             TestFont badFont( BAD_FONT_FILE);
-            CPPUNIT_ASSERT( badFont.Error() == 0x06);        
+            CPPUNIT_ASSERT( badFont.Error() == 0x06); // invalid argument
         
             TestFont goodFont( GOOD_FONT_FILE);
             CPPUNIT_ASSERT( goodFont.Error() == 0);