From 799ebc8287c0d62d7bacfb8870b49bad1eccbf2b Mon Sep 17 00:00:00 2001 From: Anna Kozlova Date: Fri, 14 Jan 2005 12:02:45 +0300 Subject: [PATCH] removed tests for glue configuration and intellijac --- testSource/com/intellij/TestAll.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/testSource/com/intellij/TestAll.java b/testSource/com/intellij/TestAll.java index 0a071392fa2c..aa95945f940f 100644 --- a/testSource/com/intellij/TestAll.java +++ b/testSource/com/intellij/TestAll.java @@ -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();