AbstractUnitTest facilities are not actually used to test LocationUtils

This commit is contained in:
Mark H. Wood
2012-06-19 09:14:39 -04:00
parent 495beaeada
commit 12dc4ee960
2 changed files with 5 additions and 3 deletions

View File

@@ -195,7 +195,11 @@
<type>jar</type>
<scope>test</scope>
</dependency>
</dependencies>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
</dependency>
</dependencies>
<reporting>
<excludeDefaults>false</excludeDefaults>

View File

@@ -10,7 +10,6 @@ package org.dspace.statistics.util;
import java.util.Locale;
import static org.junit.Assert.*;
import org.dspace.AbstractUnitTest;
import org.dspace.core.I18nUtil;
import org.junit.Test;
@@ -18,7 +17,6 @@ import org.junit.Test;
* @author mwood
*/
public class TestLocationUtils
extends AbstractUnitTest
{
private static final String UNKNOWN_CONTINENT = I18nUtil
.getMessage("org.dspace.statistics.util.LocationUtils.unknown-continent");