diff options
author | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-19 13:06:38 +0000 |
---|---|---|
committer | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-19 13:06:38 +0000 |
commit | 2efb758e7c2bd85801c76305161d9d8fa6d2be4b (patch) | |
tree | 8072dcfb2ed1dd34c17d05488c64b245be74cf28 /src/uk/org/ury/client/test | |
parent | dfde3f3d62ee5de17d09195513711fd006cbf270 (diff) |
LibraryViewer: move to ResourceBundled text for localisation and decoupling purposes; warning cleanup; import of json_simple in preparation for JSON protocol implementation.
Diffstat (limited to 'src/uk/org/ury/client/test')
-rw-r--r-- | src/uk/org/ury/client/test/ClientTest.java | 3 |
1 files changed, 1 insertions, 2 deletions
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. * |