aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorDiva Canto2009-12-30 14:17:18 -0800
committerDiva Canto2009-12-30 14:17:18 -0800
commit1d2a332b96794e2011b0527cf590c3ceedcd8af4 (patch)
treeba5f0c01661ef6a60247e35fb15d6d48e12e2fa0 /prebuild.xml
parentMerge branch 'presence-refactor' of ssh://diva@opensimulator.org/var/git/open... (diff)
downloadopensim-SC_OLD-1d2a332b96794e2011b0527cf590c3ceedcd8af4.zip
opensim-SC_OLD-1d2a332b96794e2011b0527cf590c3ceedcd8af4.tar.gz
opensim-SC_OLD-1d2a332b96794e2011b0527cf590c3ceedcd8af4.tar.bz2
opensim-SC_OLD-1d2a332b96794e2011b0527cf590c3ceedcd8af4.tar.xz
Unit tests for presence. They helped fix a couple of wrongnesses.
Diffstat (limited to '')
-rw-r--r--prebuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 863064a..7e7ce28 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -3274,6 +3274,7 @@
3274 <Match path="World/Serialiser/Tests" pattern="*.cs" recurse="true" /> 3274 <Match path="World/Serialiser/Tests" pattern="*.cs" recurse="true" />
3275 <Match path="World/Terrain/Tests" pattern="*.cs" recurse="true" /> 3275 <Match path="World/Terrain/Tests" pattern="*.cs" recurse="true" />
3276 <Match path="ServiceConnectorsOut/Grid/Tests" pattern="*.cs" recurse="true" /> 3276 <Match path="ServiceConnectorsOut/Grid/Tests" pattern="*.cs" recurse="true" />
3277 <Match path="ServiceConnectorsOut/Presence/Tests" pattern="*.cs" recurse="true" />
3277 </Files> 3278 </Files>
3278 </Project> 3279 </Project>
3279 3280