File: TestCollector.java.diff

package info (click to toggle)
junit 3.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,688 kB
  • ctags: 1,001
  • sloc: java: 2,207; sh: 48; makefile: 28
file content (10 lines) | stat: -rw-r--r-- 274 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- src/junit/runner/TestCollector.java.orig	2007-12-27 22:54:55.000000000 +0100
+++ src/junit/runner/TestCollector.java	2007-12-27 22:55:00.000000000 +0100
@@ -1,7 +1,6 @@
 package junit.runner;
 
 import java.util.Enumeration;
-import junit.swingui.TestSelector;
 
 
 /**