Restructure "Safe Delete" test data directories

Conflicts:
	generators/org/jetbrains/jet/generators/tests/GenerateTests.java
This commit is contained in:
Alexey Sedunov
2013-07-29 17:27:29 +04:00
parent 206d5ec9ca
commit 0b53ffe4d8
183 changed files with 2 additions and 1 deletions
@@ -426,7 +426,8 @@ public class GenerateTests {
"idea/tests/", "idea/tests/",
"ReferenceResolveTestGenerated", "ReferenceResolveTestGenerated",
AbstractResolveBaseTest.class, AbstractResolveBaseTest.class,
testModel("idea/testData/resolve/references", "doTest") ); testModel("idea/testData/resolve/references", "doTest")
);
} }
private static SimpleTestClassModel testModel(@NotNull String rootPath) { private static SimpleTestClassModel testModel(@NotNull String rootPath) {

Some files were not shown because too many files have changed in this diff Show More