removed tests for glue configuration and intellijac

This commit is contained in:
Anna Kozlova
2005-01-14 12:02:45 +03:00
parent 5bc5788a18
commit 799ebc8287

View File

@@ -8,7 +8,6 @@
*/
package com.intellij;
import com.intellij.intellijac.CompileProjectTestcase;
import com.intellij.openapi.application.Application;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.application.ModalityState;
@@ -197,8 +196,7 @@ public class TestAll implements Test {
if (test != null) {
myLastTestClass = null;
CompileProjectTestcase.setEcho(false);
myLastTestClass = testCaseClass.getName();
myLastTestStartTime = System.currentTimeMillis();
myLastTestTestMethodCount = test.countTestCases();