mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
Minor file name refactoring for tests
This commit is contained in:
parent
3116204329
commit
fbceecf1f3
@ -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
|
|
@ -49,7 +49,7 @@ public class SimpleCodeInsightTest extends LightCodeInsightFixtureTestCase {
|
|||||||
CodeStyleManager.getInstance(getProject()).reformat(myFixture.getFile());
|
CodeStyleManager.getInstance(getProject()).reformat(myFixture.getFile());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
myFixture.checkResultByFile("FormatterTestDataAfter.simple");
|
myFixture.checkResultByFile("DefaultTestData.simple");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testRename() {
|
public void testRename() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user