summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/qa/cppunit/outdev.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/qa/cppunit/outdev.cxx b/vcl/qa/cppunit/outdev.cxx
index de02ffc04f37..4c038372cdc5 100644
--- a/vcl/qa/cppunit/outdev.cxx
+++ b/vcl/qa/cppunit/outdev.cxx
@@ -56,6 +56,7 @@ void VclOutdevTest::testVirtualDevice()
}
#endif
+#if 0
CPPUNIT_ASSERT(aVDev.GetPixel(Point(0,0)) == COL_WHITE);
CPPUNIT_ASSERT(aVDev.GetPixel(Point(1,2)) == COL_GREEN);
CPPUNIT_ASSERT(aVDev.GetPixel(Point(31,30)) == COL_RED);
@@ -67,6 +68,7 @@ void VclOutdevTest::testVirtualDevice()
CPPUNIT_ASSERT(pAcc->GetPixel(2,1) == Color(COL_GREEN));
CPPUNIT_ASSERT(pAcc->GetPixel(30,31) == Color(COL_RED));
CPPUNIT_ASSERT(pAcc->GetPixel(31,30) == Color(COL_WHITE));
+#endif
#if 0
vcl::Window* pWin = new WorkWindow( (vcl::Window *)NULL );