test data fixed

This commit is contained in:
anna
2011-01-19 17:16:40 +01:00
parent 66e83b7f04
commit 975319860d

View File

@@ -46,7 +46,7 @@ public class RenameMethodMultiTest extends MultiFileTestCase {
}
catch (BaseRefactoringProcessor.ConflictsInTestsException e) {
Assert.assertEquals("Renaming method will override final \"method <b><code>A.finalMethod()</code></b>\"\n" +
"Method finalMethod() will override\n" +
"Method finalMethod() will override \n" +
"a method of the base class <b><code>p.A</code></b>.", e.getMessage());
return;
}