mpoeschl 2003/06/05 01:58:27
Modified: src/test/org/apache/torque/om Tag: TORQUE_3_0_BRANCH
ComboKeyTest.java
Log:
cleanup
Revision Changes Path
No revision
No revision
1.1.2.1 +4 -6 db-torque/src/test/org/apache/torque/om/ComboKeyTest.java
Index: ComboKeyTest.java
===================================================================
RCS file: /home/cvs/db-torque/src/test/org/apache/torque/om/ComboKeyTest.java,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
--- ComboKeyTest.java 23 Sep 2002 06:15:41 -0000 1.1
+++ ComboKeyTest.java 5 Jun 2003 08:58:27 -0000 1.1.2.1
@@ -3,7 +3,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -54,12 +54,10 @@
* <http://www.apache.org/>.
*/
-import java.util.ArrayList;
-import junit.framework.*;
import junit.framework.Assert;
+import junit.framework.Test;
import junit.framework.TestCase;
-import org.apache.torque.TorqueException;
-import org.apache.commons.lang.ObjectUtils;
+import junit.framework.TestSuite;
/**
* TestCase for ComboKey
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]