summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basebmp/test/basictest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basebmp/test/basictest.cxx b/basebmp/test/basictest.cxx
index 59d7e773a538..293fbe5d1c17 100644
--- a/basebmp/test/basictest.cxx
+++ b/basebmp/test/basictest.cxx
@@ -88,7 +88,7 @@ public:
CPPUNIT_ASSERT_MESSAGE("right size",
pDevice->getSize() == aSize2 );
CPPUNIT_ASSERT_MESSAGE("Top down format",
- pDevice->isTopDown() == true );
+ pDevice->isTopDown() );
CPPUNIT_ASSERT_MESSAGE("Scanline format",
pDevice->getScanlineFormat() == FORMAT_ONE_BIT_MSB_PAL );
CPPUNIT_ASSERT_MESSAGE("Scanline len",