diff options
author | Justin Clarke Casey | 2008-12-11 17:23:55 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-12-11 17:23:55 +0000 |
commit | c4b45449ee571d919836caaf57ab63ff10110335 (patch) | |
tree | 212e018b0705e60b13bcd343cba7f88fa6e28efa /prebuild.xml | |
parent | * minor: Move mock test classes into mock namespace (diff) | |
download | opensim-SC_OLD-c4b45449ee571d919836caaf57ab63ff10110335.zip opensim-SC_OLD-c4b45449ee571d919836caaf57ab63ff10110335.tar.gz opensim-SC_OLD-c4b45449ee571d919836caaf57ab63ff10110335.tar.bz2 opensim-SC_OLD-c4b45449ee571d919836caaf57ab63ff10110335.tar.xz |
* test: Add simple user profile test that checks for non-existing users
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 904ea60..de9955e 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2387,6 +2387,7 @@ | |||
2387 | </Files> | 2387 | </Files> |
2388 | </Project> | 2388 | </Project> |
2389 | 2389 | ||
2390 | <!-- Test assemblies --> | ||
2390 | <Project name="OpenSim.Tests.Infra.Mock" path="OpenSim/Tests/Infra/Mock" type="Library"> | 2391 | <Project name="OpenSim.Tests.Infra.Mock" path="OpenSim/Tests/Infra/Mock" type="Library"> |
2391 | <Configuration name="Debug"> | 2392 | <Configuration name="Debug"> |
2392 | <Options> | 2393 | <Options> |
@@ -2613,7 +2614,11 @@ | |||
2613 | <Reference name="System"/> | 2614 | <Reference name="System"/> |
2614 | <Reference name="log4net.dll"/> | 2615 | <Reference name="log4net.dll"/> |
2615 | <Reference name="nunit.framework.dll" /> | 2616 | <Reference name="nunit.framework.dll" /> |
2617 | <Reference name="OpenMetaverse.dll"/> | ||
2618 | <Reference name="OpenMetaverseTypes.dll"/> | ||
2616 | <Reference name="OpenSim.Framework.Communications"/> | 2619 | <Reference name="OpenSim.Framework.Communications"/> |
2620 | <Reference name="OpenSim.Region.Communications.Local"/> | ||
2621 | <Reference name="OpenSim.Tests.Infra.Mock"/> | ||
2617 | 2622 | ||
2618 | <Files> | 2623 | <Files> |
2619 | <Match pattern="*.cs" recurse="true"/> | 2624 | <Match pattern="*.cs" recurse="true"/> |