Commit 2e4edebf5eabc50ad398869ac19f824510e9566b

henry 2003-09-21T01:43:19

Fixed for 2.1.5

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/test/FTVectoriser-Test.cpp b/test/FTVectoriser-Test.cpp
index ae22817..f7fd404 100755
--- a/test/FTVectoriser-Test.cpp
+++ b/test/FTVectoriser-Test.cpp
@@ -288,7 +288,7 @@ class FTVectoriserTest : public CppUnit::TestCase
             // You can still run the tests but some will fail because the hinter changed in 2.1.4 
             CPPUNIT_ASSERT( amajor == 2);
             CPPUNIT_ASSERT( aminor == 1);
-            CPPUNIT_ASSERT( apatch == 4);
+            CPPUNIT_ASSERT( apatch >= 4);
 
             tearDownFreetype();
         }