Kaydet (Commit) 307b26c1 authored tarafından David Tardon's avatar David Tardon

re-enable test

Change-Id: Id1283afe1ed4429a194a2a2c27eaf5c76387a23a
Reviewed-on: https://gerrit.libreoffice.org/54875Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarDavid Tardon <dtardon@redhat.com>
üst 6e36ec67
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment