* Introduce a basic udp circuit test for adding a client

* Temporarily disabled assert because it just picked up an existing bug.  Yay for tests!
This commit is contained in:
Justin Clarke Casey
2008-10-23 19:08:54 +00:00
parent ee3c428040
commit f4ad99f89d
4 changed files with 96 additions and 9 deletions

View File

@@ -991,12 +991,15 @@
<ReferencePath>../../../../../bin/</ReferencePath>
<Reference name="System"/>
<Reference name="log4net.dll"/>
<Reference name="nunit.framework.dll" />
<Reference name="OpenMetaverse.dll"/>
<Reference name="OpenMetaverseTypes.dll"/>
<Reference name="OpenSim.Framework"/>
<Reference name="OpenSim.Framework.Communications"/>
<Reference name="OpenSim.Region.ClientStack"/>
<Reference name="OpenSim.Region.ClientStack.LindenUDP"/>
<Reference name="nunit.framework.dll" />
<Reference name="OpenSim.Region.Environment"/>
<Files>
<Match pattern="*.cs" recurse="false"/>