Kaydet (Commit) 711bbd5a authored tarafından Michael Stahl's avatar Michael Stahl

Revert "temporarily disable testFdo51550, needs debugging"

This reverts commit 31177c13.

Fixed by adding unordf component.
üst b3b7982f
...@@ -480,7 +480,6 @@ DECLARE_OOXMLEXPORT_TEST(testFdo51550, "fdo51550.odt") ...@@ -480,7 +480,6 @@ DECLARE_OOXMLEXPORT_TEST(testFdo51550, "fdo51550.odt")
// so check that instead. // so check that instead.
uno::Reference<text::XTextEmbeddedObjectsSupplier> xTextEmbeddedObjectsSupplier(mxComponent, uno::UNO_QUERY); uno::Reference<text::XTextEmbeddedObjectsSupplier> xTextEmbeddedObjectsSupplier(mxComponent, uno::UNO_QUERY);
uno::Reference<container::XIndexAccess> xEmbeddedObjects(xTextEmbeddedObjectsSupplier->getEmbeddedObjects(), uno::UNO_QUERY); uno::Reference<container::XIndexAccess> xEmbeddedObjects(xTextEmbeddedObjectsSupplier->getEmbeddedObjects(), uno::UNO_QUERY);
#if 0 // TODO FIXME why does it fail on 5.1 branch?
CPPUNIT_ASSERT_EQUAL(sal_Int32(1), xEmbeddedObjects->getCount()); CPPUNIT_ASSERT_EQUAL(sal_Int32(1), xEmbeddedObjects->getCount());
xmlDocPtr pXmlDocCT = parseExport("[Content_Types].xml"); xmlDocPtr pXmlDocCT = parseExport("[Content_Types].xml");
...@@ -502,7 +501,6 @@ DECLARE_OOXMLEXPORT_TEST(testFdo51550, "fdo51550.odt") ...@@ -502,7 +501,6 @@ DECLARE_OOXMLEXPORT_TEST(testFdo51550, "fdo51550.odt")
"/w:document/w:body/w:p/w:r/w:object/o:OLEObject", "/w:document/w:body/w:p/w:r/w:object/o:OLEObject",
"ProgID", "ProgID",
"Excel.Sheet.12"); "Excel.Sheet.12");
#endif
} }
/* /*
......
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