[Libreoffice-commits] core.git: writerperfect/qa

David Tardon dtardon at redhat.com
Sun May 27 12:25:52 UTC 2018


 writerperfect/qa/unit/ImportTest.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 307b26c1bd1f2bd3ca3325a96933c1dc38b5224e
Author: David Tardon <dtardon at redhat.com>
Date:   Sun May 27 08:27:47 2018 +0200

    re-enable test
    
    Change-Id: Id1283afe1ed4429a194a2a2c27eaf5c76387a23a
    Reviewed-on: https://gerrit.libreoffice.org/54875
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: David Tardon <dtardon at redhat.com>

diff --git a/writerperfect/qa/unit/ImportTest.cxx b/writerperfect/qa/unit/ImportTest.cxx
index dca0808bd432..1775f4fc6eeb 100644
--- a/writerperfect/qa/unit/ImportTest.cxx
+++ b/writerperfect/qa/unit/ImportTest.cxx
@@ -80,9 +80,7 @@ void ImportTest::testWK3WithFM3()
     CPPUNIT_ASSERT(xCellProps.is());
     sal_Int32 nCharColor = 0;
     CPPUNIT_ASSERT(xCellProps->getPropertyValue("CharColor") >>= nCharColor);
-#if 0 // broken by commit 8154953add163554c00935486a1cf5677cef2609
     CPPUNIT_ASSERT_EQUAL(sal_Int32(0x0000ff), nCharColor); // blue text
-#endif
 }
 
 WpftLoader ImportTest::createCalcLoader(const rtl::OUString& rFile) const


More information about the Libreoffice-commits mailing list