summaryrefslogtreecommitdiffstats
path: root/sdext
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-09-11 10:02:59 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-09-11 10:04:15 +0200
commitd66dfba86d998cc92caa442931120092ac7eaec1 (patch)
treed93dfc8a65878924e0d1087e36f85e301aee0201 /sdext
parentfdo#54609: Exception while importing xlsx. (diff)
downloadcore-d66dfba86d998cc92caa442931120092ac7eaec1.tar.gz
core-d66dfba86d998cc92caa442931120092ac7eaec1.zip
Revert "Temporary workaround for failing XPDF tests"
This tests were failing with system poppler 0.20.0. They are OK with internal xpdf. This reverts commit a9b7c8ba65d74d7ee5fef2750ae9e81945b9e1e3.
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/pdfimport/test/tests.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sdext/source/pdfimport/test/tests.cxx b/sdext/source/pdfimport/test/tests.cxx
index 9593d0ac8bb3..4be6541e7fc5 100644
--- a/sdext/source/pdfimport/test/tests.cxx
+++ b/sdext/source/pdfimport/test/tests.cxx
@@ -121,14 +121,12 @@ namespace
CPPUNIT_ASSERT_DOUBLES_EQUAL_MESSAGE( "A4 page size (in 100th of points): Height" , m_aPageSize.Height, 59500, 0.0000001 );
CPPUNIT_ASSERT_MESSAGE( "endPage() called", m_bPageEnded );
CPPUNIT_ASSERT_EQUAL_MESSAGE( "Num pages equal one", m_nNumPages, (sal_Int32) 1 );
-#if 0
CPPUNIT_ASSERT_MESSAGE( "Correct hyperlink bounding box",
rtl::math::approxEqual(m_aHyperlinkBounds.X1,34.7 ) &&
rtl::math::approxEqual(m_aHyperlinkBounds.Y1,386.0) &&
rtl::math::approxEqual(m_aHyperlinkBounds.X2,166.7) &&
rtl::math::approxEqual(m_aHyperlinkBounds.Y2,406.2) );
CPPUNIT_ASSERT_EQUAL_MESSAGE( "Correct hyperlink URI", m_aURI, ::rtl::OUString("http://download.openoffice.org/") );
-#endif
const char* sText = " \n \nThis is a testtext\nNew paragraph,\nnew line\n"
"Hyperlink, this is\n?\nThis is more text\noutline mode\n?\nNew paragraph\n";