summaryrefslogtreecommitdiff
path: root/sfx2/qa/cppunit/test_classification.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/qa/cppunit/test_classification.cxx')
-rw-r--r--sfx2/qa/cppunit/test_classification.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/qa/cppunit/test_classification.cxx b/sfx2/qa/cppunit/test_classification.cxx
index b824ca219efe..49664aca6f2f 100644
--- a/sfx2/qa/cppunit/test_classification.cxx
+++ b/sfx2/qa/cppunit/test_classification.cxx
@@ -112,7 +112,6 @@ void ClassificationTest::testWriter()
{
// Test SID_CLASSIFICATION_APPLY handling in SwDocShell::Execute().
mxComponent = loadFromDesktop("private:factory/swriter", "com.sun.star.text.TextDocument");
- CPPUNIT_ASSERT(mxComponent.is());
// This resulted in a beans::UnknownPropertyException when the request wasn't handled.
testClassification();
}
@@ -121,7 +120,6 @@ void ClassificationTest::testCalc()
{
// Test SID_CLASSIFICATION_APPLY handling in ScFormatShell::ExecuteStyle().
mxComponent = loadFromDesktop("private:factory/scalc", "com.sun.star.sheet.SpreadsheetDocument");
- CPPUNIT_ASSERT(mxComponent.is());
// This resulted in a beans::UnknownPropertyException when the request wasn't handled.
testClassification();
}
@@ -130,7 +128,6 @@ void ClassificationTest::testImpress()
{
// Test SID_CLASSIFICATION_APPLY handling in sd::DrawViewShell::FuTemporary().
mxComponent = loadFromDesktop("private:factory/simpress", "com.sun.star.presentation.PresentationDocument");
- CPPUNIT_ASSERT(mxComponent.is());
// This resulted in a beans::UnknownPropertyException when the request wasn't handled.
testClassification();
}