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:
Michael Bayne
2010-11-18 05:34:49 +00:00
parent 6cb678a2fc
commit 0a522606c9
2 changed files with 10 additions and 43 deletions
@@ -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
{