summaryrefslogtreecommitdiff
path: root/sd/qa
diff options
context:
space:
mode:
Diffstat (limited to 'sd/qa')
-rw-r--r--sd/qa/unit/regression-test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/regression-test.cxx b/sd/qa/unit/regression-test.cxx
index d4c584450e23..5fd09f5bbcdc 100644
--- a/sd/qa/unit/regression-test.cxx
+++ b/sd/qa/unit/regression-test.cxx
@@ -183,7 +183,6 @@ void SdFiltersTest::test()
::sd::DrawDocShellRef xDocShRef = loadURL(getURLFromSrc("/sd/qa/unit/data/odp/text-test.odp"));
testStuff(xDocShRef);
}*/
- CPPUNIT_ASSERT(false);
}
void SdFiltersTest::testStuff(::sd::DrawDocShellRef xDocShRef)
@@ -211,6 +210,7 @@ void SdFiltersTest::testStuff(::sd::DrawDocShellRef xDocShRef)
}
xDocShRef->DoClose();
}
+
bool SdFiltersTest::load(const rtl::OUString &rFilter, const rtl::OUString &rURL,
const rtl::OUString &rUserData)
{