Added test for finding subpackages in mixed Java & compiled Kotlin package.

This commit is contained in:
Evgeny Gerashchenko
2013-11-28 22:46:50 +04:00
parent 00f0ad2eda
commit fbd398fd8e
10 changed files with 125 additions and 23 deletions
@@ -205,7 +205,8 @@ public class GenerateTests {
"doTestCompiledJavaIncludeObjectMethods"),
testModel("compiler/testData/loadJava/compiledJava", true, "java", "doTestCompiledJava"),
testModel("compiler/testData/loadJava/sourceJava", true, "java", "doTestSourceJava"),
testModel("compiler/testData/loadJava/javaAgainstKotlin", true, "txt", "doTestJavaAgainstKotlin")
testModel("compiler/testData/loadJava/javaAgainstKotlin", true, "txt", "doTestJavaAgainstKotlin"),
testModel("compiler/testData/loadJava/compiledJavaAndKotlin", true, "txt", "doTestCompiledJavaAndKotlin")
);
generateTest(