[poppler] qt4/tests

Albert Astals Cid aacid at kemper.freedesktop.org
Sun Nov 14 07:43:53 PST 2010


 qt4/tests/check_metadata.cpp |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 2d18543bd6b3a5a9ff2dfab63339d5bfcccd0b2f
Author: Albert Astals Cid <aacid at kde.org>
Date:   Sun Nov 14 15:41:56 2010 +0000

    This does actually work now :D

diff --git a/qt4/tests/check_metadata.cpp b/qt4/tests/check_metadata.cpp
index dc22367..61575dd 100644
--- a/qt4/tests/check_metadata.cpp
+++ b/qt4/tests/check_metadata.cpp
@@ -107,7 +107,6 @@ void TestMetaData::checkLinearised()
 
     doc = Poppler::Document::load("../../../test/unittestcases/truetype.pdf");
     QVERIFY( doc );
-    QEXPECT_FAIL("", "We don't yet handle linearisation correctly", Continue);
     QCOMPARE( doc->isLinearized(), false );
 
     delete doc;


More information about the poppler mailing list