From 16561770367cb0b1203eb195eef91a74b1229036 Mon Sep 17 00:00:00 2001 From: pvtroshin Date: Thu, 2 Dec 2010 18:16:47 +0000 Subject: [PATCH] Better name for AACon WS test git-svn-id: link to svn.lifesci.dundee.ac.uk/svn/barton/ptroshin/JABA2@3417 e3abac25-378b-4346-85de-24260fe3988d --- testsrc/compbio/ws/client/{TestWSClient.java => TestAAConWS.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename testsrc/compbio/ws/client/{TestWSClient.java => TestAAConWS.java} (95%) diff --git a/testsrc/compbio/ws/client/TestWSClient.java b/testsrc/compbio/ws/client/TestAAConWS.java similarity index 95% rename from testsrc/compbio/ws/client/TestWSClient.java rename to testsrc/compbio/ws/client/TestAAConWS.java index 3eda42b..a8814c8 100644 --- a/testsrc/compbio/ws/client/TestWSClient.java +++ b/testsrc/compbio/ws/client/TestAAConWS.java @@ -29,7 +29,7 @@ import compbio.metadata.UnsupportedRuntimeException; import compbio.util.SysPrefs; import compbio.ws.server.AAConWS; -public class TestWSClient { +public class TestAAConWS { @Test public void test() throws FileNotFoundException, IOException { -- 1.7.10.2