mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
Doesn't need to extend AbstractUnitTest as this test class is 100% standalone
This commit is contained in:
@@ -25,7 +25,7 @@ import static org.junit.Assert.assertTrue;
|
|||||||
* @author Ben Bosman
|
* @author Ben Bosman
|
||||||
* @author Roeland Dillen
|
* @author Roeland Dillen
|
||||||
*/
|
*/
|
||||||
public class IPMatcherTest extends AbstractUnitTest
|
public class IPMatcherTest
|
||||||
{
|
{
|
||||||
private static final String IP6_FULL_ADDRESS1 = "2001:18e8:3:171:218:8bff:fe2a:56a4";
|
private static final String IP6_FULL_ADDRESS1 = "2001:18e8:3:171:218:8bff:fe2a:56a4";
|
||||||
private static final String IP6_FULL_ADDRESS2 = "2001:18e8:3:171:218:8bff:fe2a:56a3";
|
private static final String IP6_FULL_ADDRESS2 = "2001:18e8:3:171:218:8bff:fe2a:56a3";
|
||||||
|
Reference in New Issue
Block a user