Fix import errors that resulted in build errors

This commit is contained in:
rjy7 2010-05-12 15:18:21 +00:00
parent 7c72f0f37c
commit e402b03ac9
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,6 @@
package edu.cornell.mannlib.vitro.webapp.utils; package edu.cornell.mannlib.vitro.webapp.utils;
import java.util.Arrays;
import java.util.List; import java.util.List;
import java.util.ArrayList; import java.util.ArrayList;
@ -11,7 +10,6 @@ import org.junit.Test;
import junit.framework.Assert; import junit.framework.Assert;
import edu.cornell.mannlib.vitro.testing.AbstractTestClass; import edu.cornell.mannlib.vitro.testing.AbstractTestClass;
import edu.cornell.mannlib.vitro.webapp.utils.display.DateDisplayUtils;
public class StringUtilsTest extends AbstractTestClass { public class StringUtilsTest extends AbstractTestClass {

View file

@ -1,11 +1,13 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.utils.display; package edu.cornell.mannlib.vitro.webapp.utils.view;
import junit.framework.Assert; import junit.framework.Assert;
import org.junit.Test; import org.junit.Test;
import edu.cornell.mannlib.vitro.webapp.utils.view.DateDisplayUtils;
public class DateDisplayUtilsTest { public class DateDisplayUtilsTest {
@Test @Test