Fixed file name case (to fix tests on Linux).

This commit is contained in:
Evgeny Gerashchenko
2014-01-14 22:38:12 +04:00
parent ad44860604
commit 41f61c22e5
@@ -43,11 +43,11 @@ public class MultiPackageTest extends MultipleFilesTranslationTest {
}
public void testSubpackagesWithClashingNames() throws Exception {
runMultiFileTest("subPackagesWithClashingNames", "a.foo", "box", true);
runMultiFileTest("subpackagesWithClashingNames", "a.foo", "box", true);
}
public void testSubpackagesWithClashingNamesUsingImport() throws Exception {
runMultiFileTest("subPackagesWithClashingNamesUsingImport", "a.foo", "box", true);
runMultiFileTest("subpackagesWithClashingNamesUsingImport", "a.foo", "box", true);
}
public void testCreateClassFromOtherPackage() throws Exception {