Kaydet (Commit) 7474a3e4 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

correct assertion message

Change-Id: I934ef3cbe67bba7d7439e464f71b9fd4a1da4e50
üst 3c93b744
......@@ -355,7 +355,7 @@ void SwMacrosTest::testFdo68983()
Reference< com::sun::star::lang::XComponent > xComponent =
loadFromDesktop(aFileName, "com.sun.star.text.TextDocument");
CPPUNIT_ASSERT_MESSAGE("Failed to load StarBasic.ods", xComponent.is());
CPPUNIT_ASSERT_MESSAGE("Failed to load fdo68983.odt", xComponent.is());
Reference< frame::XStorable > xDocStorable(xComponent, UNO_QUERY_THROW);
CPPUNIT_ASSERT(xDocStorable.is());
......
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