More import pruning.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1405 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ArrayIntSetTest.java,v 1.4 2002/05/16 22:15:19 mdb Exp $
|
||||
// $Id: ArrayIntSetTest.java,v 1.5 2004/02/25 13:21:08 mdb Exp $
|
||||
//
|
||||
// samskivert library - useful routines for java programs
|
||||
// Copyright (C) 2001 Michael Bayne
|
||||
@@ -26,8 +26,6 @@ import java.util.Random;
|
||||
import junit.framework.Test;
|
||||
import junit.framework.TestCase;
|
||||
|
||||
import com.samskivert.Log;
|
||||
|
||||
public class ArrayIntSetTest extends TestCase
|
||||
{
|
||||
public ArrayIntSetTest ()
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ConfigUtilTest.java,v 1.4 2002/11/25 22:23:21 mdb Exp $
|
||||
// $Id: ConfigUtilTest.java,v 1.5 2004/02/25 13:21:08 mdb Exp $
|
||||
//
|
||||
// samskivert library - useful routines for java programs
|
||||
// Copyright (C) 2001 Michael Bayne
|
||||
@@ -25,8 +25,6 @@ import java.util.Properties;
|
||||
import junit.framework.Test;
|
||||
import junit.framework.TestCase;
|
||||
|
||||
import com.samskivert.Log;
|
||||
|
||||
/**
|
||||
* Our test properties files:
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: HashIntMapTest.java,v 1.4 2002/05/23 23:29:38 ray Exp $
|
||||
// $Id: HashIntMapTest.java,v 1.5 2004/02/25 13:21:08 mdb Exp $
|
||||
//
|
||||
// samskivert library - useful routines for java programs
|
||||
// Copyright (C) 2001 Michael Bayne
|
||||
@@ -25,8 +25,6 @@ import java.io.*;
|
||||
import junit.framework.Test;
|
||||
import junit.framework.TestCase;
|
||||
|
||||
import com.samskivert.Log;
|
||||
|
||||
public class HashIntMapTest extends TestCase
|
||||
{
|
||||
public HashIntMapTest ()
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: IntListUtilTest.java,v 1.4 2002/04/11 04:07:42 mdb Exp $
|
||||
// $Id: IntListUtilTest.java,v 1.5 2004/02/25 13:21:08 mdb Exp $
|
||||
//
|
||||
// samskivert library - useful routines for java programs
|
||||
// Copyright (C) 2001 Michael Bayne
|
||||
@@ -25,8 +25,6 @@ import java.util.Arrays;
|
||||
import junit.framework.Test;
|
||||
import junit.framework.TestCase;
|
||||
|
||||
import com.samskivert.Log;
|
||||
|
||||
public class IntListUtilTest extends TestCase
|
||||
{
|
||||
public IntListUtilTest ()
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
//
|
||||
// $Id: ObserverListTest.java,v 1.1 2002/05/16 22:00:07 mdb Exp $
|
||||
// $Id: ObserverListTest.java,v 1.2 2004/02/25 13:21:08 mdb Exp $
|
||||
|
||||
package com.samskivert.util;
|
||||
|
||||
import junit.framework.Test;
|
||||
import junit.framework.TestCase;
|
||||
|
||||
import com.samskivert.Log;
|
||||
|
||||
/**
|
||||
* Tests the {@link ObserverList} class.
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: StringUtilTest.java,v 1.3 2002/04/11 04:07:42 mdb Exp $
|
||||
// $Id: StringUtilTest.java,v 1.4 2004/02/25 13:21:08 mdb Exp $
|
||||
//
|
||||
// samskivert library - useful routines for java programs
|
||||
// Copyright (C) 2001 Michael Bayne
|
||||
@@ -23,8 +23,6 @@ package com.samskivert.util;
|
||||
import junit.framework.Test;
|
||||
import junit.framework.TestCase;
|
||||
|
||||
import com.samskivert.Log;
|
||||
|
||||
public class StringUtilTest extends TestCase
|
||||
{
|
||||
public StringUtilTest ()
|
||||
|
||||
Reference in New Issue
Block a user