Commit 92d69e8018337d08265e6765e83a90afc7c01d44

henry 2004-09-27T23:21:56

Less precision

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/test/FTGlyph-Test.cpp b/test/FTGlyph-Test.cpp
index 931e74a..0a4bf1f 100755
--- a/test/FTGlyph-Test.cpp
+++ b/test/FTGlyph-Test.cpp
@@ -49,7 +49,7 @@ class FTGlyphTest : public CppUnit::TestCase
             
             CPPUNIT_ASSERT_DOUBLES_EQUAL( 47, testGlyph.Advance(), 0.01);
 
-            CPPUNIT_ASSERT_DOUBLES_EQUAL( 51.3906, testGlyph.BBox().upperY, 0.01);
+            CPPUNIT_ASSERT_DOUBLES_EQUAL( 51.39, testGlyph.BBox().upperY, 0.01);
         
             CPPUNIT_ASSERT( testGlyph.Error() == 0);