Updated generated tests according to moving general load Java tests to subdirectory.

This commit is contained in:
Evgeny Gerashchenko
2013-03-06 15:41:51 +04:00
parent 189b043c8d
commit 9e1c0ea16e
3 changed files with 384 additions and 384 deletions
File diff suppressed because it is too large Load Diff
@@ -147,7 +147,7 @@ public class GenerateTests {
"compiler/tests/",
"LoadJavaTestGenerated",
AbstractLoadJavaTest.class,
testModel("compiler/testData/loadJava", true, "java", "doTest")
testModel("compiler/testData/loadJava/compiledJavaCompareWithKotlin", true, "java", "doTest")
);
generateTest(
@@ -197,7 +197,7 @@ public class GenerateTests {
"LazyResolveNamespaceComparingTestGenerated",
AbstractLazyResolveNamespaceComparingTest.class,
testModel("compiler/testData/loadKotlin", "doTestCheckingPrimaryConstructors"),
testModel("compiler/testData/loadJava", "doTestNotCheckingPrimaryConstructors"),
testModel("compiler/testData/loadJava/compiledJavaCompareWithKotlin", "doTestNotCheckingPrimaryConstructors"),
testModel("compiler/testData/lazyResolve/namespaceComparator", "doTestCheckingPrimaryConstructors")
);