Since TestClient is used outside of Narya, it gets to live in with the rest of
the real source code. That's where reusable classes live. Amazing! Also cleaned up some build.xml bits and nixed the Retroweaver stuff. I thought we might have still been using that, but then I saw the hardcoded path to /usr/local/jdk1.4 and knew that it couldn't be so. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6285 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
+3
@@ -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
|
||||
{
|
||||
Reference in New Issue
Block a user