Commit 6796ecb950c0ea83d47fd3f61be92c46fcf960fa

henry 2003-10-01T07:41:09

Tidy Up

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/test/FTBBox-Test.cpp b/test/FTBBox-Test.cpp
index c271f11..125af17 100755
--- a/test/FTBBox-Test.cpp
+++ b/test/FTBBox-Test.cpp
@@ -71,11 +71,10 @@ class FTBBoxTest : public CppUnit::TestCase
         void testBitmapConstructor()
         {
             setUpFreetype();
-
+            
             FT_Error error =  FT_Render_Glyph( face->glyph, FT_RENDER_MODE_NORMAL);
-            if(0 != error)
-            {}
-//            CPPUNIT_ASSERT( 0 != error);
+
+            CPPUNIT_ASSERT( 0 != error);
             CPPUNIT_ASSERT( ft_glyph_format_bitmap != face->glyph->format);
 
             FTBBox boundingBox3( face->glyph);