summaryrefslogtreecommitdiff
path: root/qt4
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2010-11-14 15:41:56 +0000
committerAlbert Astals Cid <aacid@kde.org>2010-11-14 15:41:56 +0000
commit2d18543bd6b3a5a9ff2dfab63339d5bfcccd0b2f (patch)
treee52e627acba99344918019e49a91f0798a33f8f9 /qt4
parentd772364b8a5858cbd98e256547d319260fa9d084 (diff)
This does actually work now :D
Diffstat (limited to 'qt4')
-rw-r--r--qt4/tests/check_metadata.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt4/tests/check_metadata.cpp b/qt4/tests/check_metadata.cpp
index dc223673..61575dd6 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;