Commit 9a977999b450e55f5ad039ae4e1afa57c7e7a8dd

henry 2003-09-21T01:43:48

Minor change.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/test/FTSize-Test.cpp b/test/FTSize-Test.cpp
index e9cb478..45ab64a 100755
--- a/test/FTSize-Test.cpp
+++ b/test/FTSize-Test.cpp
@@ -52,7 +52,7 @@ class FTSizeTest : public CppUnit::TestCase
             
             CPPUNIT_ASSERT_DOUBLES_EQUAL(  72, size.CharSize(), 0.01);
             CPPUNIT_ASSERT_DOUBLES_EQUAL(  52, size.Ascender(), 0.01);
-            CPPUNIT_ASSERT_DOUBLES_EQUAL( -14, size.Descender(), 0.01);
+            CPPUNIT_ASSERT_DOUBLES_EQUAL( -15, size.Descender(), 0.01);
 
             CPPUNIT_ASSERT_DOUBLES_EQUAL( 81.86, size.Height(), 0.01);
             CPPUNIT_ASSERT_DOUBLES_EQUAL( 76.32, size.Width(), 0.01);