Minor file name refactoring for tests

This commit is contained in:
cheptsov 2013-02-28 19:32:36 +04:00
parent 3116204329
commit fbceecf1f3
3 changed files with 1 additions and 14 deletions

View File

@ -1,13 +0,0 @@
# You are reading the ".properties" entry.
! The exclamation mark can also mark text as comments.
website = http://en.wikipedia.org/
language = English
# The backslash below tells the application to continue reading
# the value onto the next line.
message = Welcome to \
Wikipedia!
# Add spaces to the key
key\ with\ spaces = This is the value that could be looked up with the key "key with spaces".
# Unicode
tab : \u0009

View File

@ -49,7 +49,7 @@ public class SimpleCodeInsightTest extends LightCodeInsightFixtureTestCase {
CodeStyleManager.getInstance(getProject()).reformat(myFixture.getFile());
}
});
myFixture.checkResultByFile("FormatterTestDataAfter.simple");
myFixture.checkResultByFile("DefaultTestData.simple");
}
public void testRename() {