First pass at moving all of Narya test stuff into the tests directory.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@598 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-11-08 02:07:36 +00:00
parent f6c08bfbbd
commit 99a0730696
26 changed files with 210 additions and 66 deletions
@@ -1,16 +1,14 @@
//
// $Id: TestClient.java,v 1.11 2001/10/12 00:03:03 mdb Exp $
// $Id: TestClient.java,v 1.12 2001/11/08 02:07:36 mdb Exp $
package com.threerings.presents.client.test;
package com.threerings.presents.client;
import com.samskivert.util.Queue;
import com.threerings.presents.Log;
import com.threerings.presents.net.*;
import com.threerings.presents.client.*;
import com.threerings.presents.dobj.*;
import com.threerings.presents.server.test.TestObject;
import com.threerings.presents.net.*;
import com.threerings.presents.server.TestObject;
/**
* A standalone test client.
@@ -1,10 +1,9 @@
//
// $Id: TestReceiver.java,v 1.4 2001/10/11 04:07:52 mdb Exp $
// $Id: TestReceiver.java,v 1.5 2001/11/08 02:07:36 mdb Exp $
package com.threerings.presents.client.test;
package com.threerings.presents.client;
import com.threerings.presents.Log;
import com.threerings.presents.client.InvocationReceiver;
public class TestReceiver implements InvocationReceiver
{
@@ -1,11 +1,9 @@
//
// $Id: TestService.java,v 1.4 2001/10/11 04:07:52 mdb Exp $
// $Id: TestService.java,v 1.5 2001/11/08 02:07:36 mdb Exp $
package com.threerings.presents.client.test;
package com.threerings.presents.client;
import com.threerings.presents.Log;
import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationDirector;
/**
* A test of the invocation services.