Try to fix build.

Expect files to start with lowercase letter in LoadJavaCustomTest#doSimpleTest().
This commit is contained in:
Pavel V. Talanov
2012-08-23 15:48:23 +04:00
parent 94593fd08f
commit 3da2cd8f2f
@@ -80,8 +80,8 @@ public final class LoadJavaCustomTest extends KotlinTestWithEnvironment {
} }
private void doSimpleTest() throws Exception { private void doSimpleTest() throws Exception {
doTest(PATH + "/" + getTestName(false) + ".txt", doTest(PATH + "/" + getTestName(true) + ".txt",
PATH + "/" + getTestName(false) + ".java"); PATH + "/" + getTestName(true) + ".java");
} }
//TODO: move to LoadJavaTestGenerated when possible //TODO: move to LoadJavaTestGenerated when possible