diff --git a/build.xml b/build.xml index 8fa17245d..4dd2fb931 100644 --- a/build.xml +++ b/build.xml @@ -84,7 +84,7 @@ - + @@ -169,25 +169,22 @@ description="Runs unit tests. Use -Dtest=Foo to run only FooTest."> + - + + - - - - - + - @@ -204,8 +201,8 @@ - - + @@ -333,39 +330,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/test/java/com/threerings/crowd/client/TestClient.java b/src/main/java/com/threerings/crowd/client/TestClient.java similarity index 98% rename from src/test/java/com/threerings/crowd/client/TestClient.java rename to src/main/java/com/threerings/crowd/client/TestClient.java index d638cc842..1eaf6f964 100644 --- a/src/test/java/com/threerings/crowd/client/TestClient.java +++ b/src/main/java/com/threerings/crowd/client/TestClient.java @@ -37,6 +37,9 @@ import com.threerings.crowd.util.CrowdContext; import static com.threerings.crowd.Log.log; +/** + * A client that is useful when doing unit testing. + */ public class TestClient implements ClientObserver {