mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Test needs access to Configs / Kernel
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
package org.dspace.statistics.util;
|
||||
|
||||
import java.util.Locale;
|
||||
import org.dspace.AbstractDSpaceTest;
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
import org.dspace.core.I18nUtil;
|
||||
@@ -16,7 +17,7 @@ import org.junit.Test;
|
||||
/**
|
||||
* @author mwood
|
||||
*/
|
||||
public class TestLocationUtils
|
||||
public class TestLocationUtils extends AbstractDSpaceTest
|
||||
{
|
||||
private static final String UNKNOWN_CONTINENT = I18nUtil
|
||||
.getMessage("org.dspace.statistics.util.LocationUtils.unknown-continent");
|
||||
|
Reference in New Issue
Block a user