Minor: code clean, remove obsolete functions

This commit is contained in:
Yan Zhulanow
2015-04-14 19:52:18 +03:00
parent 3645dfc5af
commit bf707ec3f7
5 changed files with 10 additions and 185 deletions
@@ -79,6 +79,12 @@ public class AndroidXml2KConversionTestGenerated extends AbstractAndroidXml2KCon
doTest(fileName);
}
@TestMetadata("severalResDirs")
public void testSeveralResDirs() throws Exception {
String fileName = JetTestUtils.navigationMetadata("plugins/android-compiler-plugin/testData/android/converter/simple/severalResDirs/");
doTest(fileName);
}
@TestMetadata("singleFile")
public void testSingleFile() throws Exception {
String fileName = JetTestUtils.navigationMetadata("plugins/android-compiler-plugin/testData/android/converter/simple/singleFile/");