Update of /cvsroot/mockobjects/mockobjects-java/src/core/test/mockobjects
In directory sc8-pr-cvs1:/tmp/cvs-serv20184/src/core/test/mockobjects
Modified Files:
TestExpectationSet.java
Log Message:
Tidied up jmports
Index: TestExpectationSet.java
===================================================================
RCS file: /cvsroot/mockobjects/mockobjects-java/src/core/test/mockobjects/TestExpectationSet.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TestExpectationSet.java 14 May 2003 15:05:50 -0000 1.3
+++ TestExpectationSet.java 8 Jun 2003 00:29:22 -0000 1.4
@@ -1,12 +1,12 @@
package test.mockobjects;
-import com.mockobjects.ExpectationSet;
-import com.mockobjects.MapEntry;
+import java.util.Vector;
+
import junit.framework.Test;
import junit.framework.TestSuite;
-import java.util.ArrayList;
-import java.util.Vector;
+import com.mockobjects.ExpectationSet;
+import com.mockobjects.MapEntry;
public class TestExpectationSet extends TestExpectationCollection {
private static final Class THIS = TestExpectationSet.class;
|