diff options
author | Diva Canto | 2009-09-23 20:35:16 -0700 |
---|---|---|
committer | Diva Canto | 2009-09-23 20:35:16 -0700 |
commit | 3c19bd5142479e468aa9841a2177ddd33b46f8f6 (patch) | |
tree | 6392a56c1a482a2a1a3267b470990f184aff33bd /prebuild.xml | |
parent | Changed IGridService to use the new GridRegion data structure instead of old ... (diff) | |
download | opensim-SC_OLD-3c19bd5142479e468aa9841a2177ddd33b46f8f6.zip opensim-SC_OLD-3c19bd5142479e468aa9841a2177ddd33b46f8f6.tar.gz opensim-SC_OLD-3c19bd5142479e468aa9841a2177ddd33b46f8f6.tar.bz2 opensim-SC_OLD-3c19bd5142479e468aa9841a2177ddd33b46f8f6.tar.xz |
Unit tests for the grid service. Yey!
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index b131019..cb20319 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -3592,6 +3592,7 @@ | |||
3592 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true" /> | 3592 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true" /> |
3593 | <Match path="World/Serialiser/Tests" pattern="*.cs" recurse="true" /> | 3593 | <Match path="World/Serialiser/Tests" pattern="*.cs" recurse="true" /> |
3594 | <Match path="World/Terrain/Tests" pattern="*.cs" recurse="true" /> | 3594 | <Match path="World/Terrain/Tests" pattern="*.cs" recurse="true" /> |
3595 | <Match path="ServiceConnectorsOut/Grid/Tests" pattern="*.cs" recurse="true" /> | ||
3595 | </Files> | 3596 | </Files> |
3596 | </Project> | 3597 | </Project> |
3597 | 3598 | ||