mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
AbstractUnitTest facilities are not actually used to test LocationUtils
This commit is contained in:
@@ -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>
|
||||
|
@@ -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");
|
||||
|
Reference in New Issue
Block a user