running tests on their own classpath

This commit is contained in:
Dmitry Avdeev
2012-04-19 14:15:55 +04:00
parent c14146bdaa
commit 011acc736b
@@ -32,6 +32,7 @@ import com.intellij.openapi.roots.OrderRootType;
import com.intellij.openapi.vfs.JarFileSystem;
import com.intellij.openapi.vfs.LocalFileSystem;
import com.intellij.openapi.vfs.VirtualFile;
import com.intellij.testFramework.IdeaTestCase;
import com.intellij.testFramework.UsefulTestCase;
import com.intellij.testFramework.builders.JavaModuleFixtureBuilder;
import com.intellij.testFramework.fixtures.*;
@@ -56,6 +57,7 @@ public abstract class AndroidTestCase extends UsefulTestCase {
public AndroidTestCase(boolean createManifest) {
this.myCreateManifest = createManifest;
IdeaTestCase.initPlatformPrefix();
}
public AndroidTestCase() {