summaryrefslogtreecommitdiff
path: root/sw/qa/extras/ooxmlexport
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-12-16 22:12:46 +0100
committerMichael Stahl <mstahl@redhat.com>2015-12-16 22:14:24 +0100
commit711bbd5a22ad66299babb843964032691d58e664 (patch)
tree75b9f72c40f040a45660bcc195742ab28fce1dd4 /sw/qa/extras/ooxmlexport
parentb3b7982f4690f4ac0f0e9680970ba544157c36dc (diff)
Revert "temporarily disable testFdo51550, needs debugging"
This reverts commit 31177c138a4a182a247ce1910dc9be10b08c4756. Fixed by adding unordf component.
Diffstat (limited to 'sw/qa/extras/ooxmlexport')
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport2.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport2.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport2.cxx
index 5075d2ff7dd1..a850c811fb21 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport2.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport2.cxx
@@ -480,7 +480,6 @@ DECLARE_OOXMLEXPORT_TEST(testFdo51550, "fdo51550.odt")
// so check that instead.
uno::Reference<text::XTextEmbeddedObjectsSupplier> xTextEmbeddedObjectsSupplier(mxComponent, 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());
xmlDocPtr pXmlDocCT = parseExport("[Content_Types].xml");
@@ -502,7 +501,6 @@ DECLARE_OOXMLEXPORT_TEST(testFdo51550, "fdo51550.odt")
"/w:document/w:body/w:p/w:r/w:object/o:OLEObject",
"ProgID",
"Excel.Sheet.12");
-#endif
}
/*