From 2efb758e7c2bd85801c76305161d9d8fa6d2be4b Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Sat, 19 Mar 2011 13:06:38 +0000 Subject: LibraryViewer: move to ResourceBundled text for localisation and decoupling purposes; warning cleanup; import of json_simple in preparation for JSON protocol implementation. --- src/uk/org/ury/client/test/ClientTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/uk/org/ury/client/test/ClientTest.java') diff --git a/src/uk/org/ury/client/test/ClientTest.java b/src/uk/org/ury/client/test/ClientTest.java index 085bebb..e83c28c 100644 --- a/src/uk/org/ury/client/test/ClientTest.java +++ b/src/uk/org/ury/client/test/ClientTest.java @@ -3,8 +3,6 @@ */ package uk.org.ury.client.test; -import static org.junit.Assert.*; - import java.util.List; import junit.framework.Assert; @@ -15,6 +13,7 @@ import org.junit.Test; import uk.org.ury.client.Client; + /** * JUnit test for the low-level client logic. * -- cgit v1.2.3