Kaydet (Commit) 63e18906 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:stringconstant

Change-Id: I2444c480d5bd1aca814bdf1159f8857fcaa85830
üst f3bf85b8
...@@ -2189,7 +2189,7 @@ void SwUiWriterTest::testUnicodeNotationToggle() ...@@ -2189,7 +2189,7 @@ void SwUiWriterTest::testUnicodeNotationToggle()
pWrtShell->EndPara(); pWrtShell->EndPara();
sOriginalDocString = pWrtShell->GetCrsr()->GetNode().GetTextNode()->GetText(); sOriginalDocString = pWrtShell->GetCrsr()->GetNode().GetTextNode()->GetText();
CPPUNIT_ASSERT( sOriginalDocString.equals("uU+2b") ); CPPUNIT_ASSERT_EQUAL(OUString("uU+2b"), sOriginalDocString);
lcl_dispatchCommand(mxComponent, ".uno:UnicodeNotationToggle", aPropertyValues); lcl_dispatchCommand(mxComponent, ".uno:UnicodeNotationToggle", aPropertyValues);
sExpectedString = "u+"; sExpectedString = "u+";
......
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