Kaydet (Commit) 572adcaf authored tarafından Miklos Vajna's avatar Miklos Vajna

writerfilter: loplugin:stringconstant

Change-Id: Idb0865f4d0db6c4eda33810ab2ef4cff49bc85d1
üst ab94f468
......@@ -165,8 +165,8 @@ void WriterfilterMiscTest::testFieldParameters()
"-", ".", "/", ":", ";", "<", ">", "?", "@", "[",
"]", "^", "_", "`", "{", "|", "}", "~"})
{
OUString test(OUString::createFromAscii(prefix) + OUString("PAGE"));
result = lcl_SplitFieldCommand(test + OUString(" "));
OUString test(OUString::createFromAscii(prefix) + "PAGE");
result = lcl_SplitFieldCommand(test + " ");
CPPUNIT_ASSERT_EQUAL(test, boost::get<0>(result));
}
result = lcl_SplitFieldCommand("\\PAGE ");
......
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