From 4111794df4215fb80b4652420b2d44b7ab49075d Mon Sep 17 00:00:00 2001 From: bspeice Date: Fri, 18 Oct 2013 17:53:44 -0400 Subject: [PATCH] Rename the RESTTest to RegistrationClientTest --- .../test/{RESTTest.java => RegistrationClientTest.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/com/uncc/gameday/registration/test/{RESTTest.java => RegistrationClientTest.java} (92%) diff --git a/src/com/uncc/gameday/registration/test/RESTTest.java b/src/com/uncc/gameday/registration/test/RegistrationClientTest.java similarity index 92% rename from src/com/uncc/gameday/registration/test/RESTTest.java rename to src/com/uncc/gameday/registration/test/RegistrationClientTest.java index 829b607..5b40a3a 100644 --- a/src/com/uncc/gameday/registration/test/RESTTest.java +++ b/src/com/uncc/gameday/registration/test/RegistrationClientTest.java @@ -13,7 +13,7 @@ import android.test.AndroidTestCase; /* Tests the REST functionality */ -public class RESTTest extends AndroidTestCase { +public class RegistrationClientTest extends AndroidTestCase { public void setUp() throws Exception { super.setUp();