From b0514cc564eca6b78f226d561a7be6cc0cb1e997 Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 5 May 2017 13:38:59 +0000 Subject: [PATCH] move BFNS test --- .../net/i2p/router}/naming/BlockfileNamingServiceTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {core/java/test/junit/net/i2p/client => apps/addressbook/java/test/junit/net/i2p/router}/naming/BlockfileNamingServiceTest.java (98%) diff --git a/core/java/test/junit/net/i2p/client/naming/BlockfileNamingServiceTest.java b/apps/addressbook/java/test/junit/net/i2p/router/naming/BlockfileNamingServiceTest.java similarity index 98% rename from core/java/test/junit/net/i2p/client/naming/BlockfileNamingServiceTest.java rename to apps/addressbook/java/test/junit/net/i2p/router/naming/BlockfileNamingServiceTest.java index bc633934c9..7860c0aaa3 100644 --- a/core/java/test/junit/net/i2p/client/naming/BlockfileNamingServiceTest.java +++ b/apps/addressbook/java/test/junit/net/i2p/router/naming/BlockfileNamingServiceTest.java @@ -1,4 +1,4 @@ -package net.i2p.client.naming; +package net.i2p.router.naming; import junit.framework.TestCase;