mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
removed tests for glue configuration and intellijac
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user