mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 04:53:16 +00:00
AbstractUnitTest facilities are not actually used to test LocationUtils
This commit is contained in:
@@ -195,6 +195,10 @@
|
|||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>commons-cli</groupId>
|
||||||
|
<artifactId>commons-cli</artifactId>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<reporting>
|
<reporting>
|
||||||
|
@@ -10,7 +10,6 @@ package org.dspace.statistics.util;
|
|||||||
import java.util.Locale;
|
import java.util.Locale;
|
||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
import org.dspace.AbstractUnitTest;
|
|
||||||
import org.dspace.core.I18nUtil;
|
import org.dspace.core.I18nUtil;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
@@ -18,7 +17,6 @@ import org.junit.Test;
|
|||||||
* @author mwood
|
* @author mwood
|
||||||
*/
|
*/
|
||||||
public class TestLocationUtils
|
public class TestLocationUtils
|
||||||
extends AbstractUnitTest
|
|
||||||
{
|
{
|
||||||
private static final String UNKNOWN_CONTINENT = I18nUtil
|
private static final String UNKNOWN_CONTINENT = I18nUtil
|
||||||
.getMessage("org.dspace.statistics.util.LocationUtils.unknown-continent");
|
.getMessage("org.dspace.statistics.util.LocationUtils.unknown-continent");
|
||||||
|
Reference in New Issue
Block a user