diff options
author | Justin Clark-Casey (justincc) | 2012-11-17 00:12:25 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-11-17 00:12:25 +0000 |
commit | e25c51330a3d0009f4308bf45cf057e216c17ba9 (patch) | |
tree | cc902dc51a3d1e31bd583a74bc778233781ca4ed /prebuild.xml | |
parent | refactor: Move stat classes out of StatManager and into their own files for c... (diff) | |
download | opensim-SC_OLD-e25c51330a3d0009f4308bf45cf057e216c17ba9.zip opensim-SC_OLD-e25c51330a3d0009f4308bf45cf057e216c17ba9.tar.gz opensim-SC_OLD-e25c51330a3d0009f4308bf45cf057e216c17ba9.tar.bz2 opensim-SC_OLD-e25c51330a3d0009f4308bf45cf057e216c17ba9.tar.xz |
Add basic XInventoryServicesTests.TestAddItem() regression test.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 46 |
1 files changed, 45 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index aca0c49..7694861 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1124,7 +1124,9 @@ | |||
1124 | <Reference name="log4net" path="../../../bin/"/> | 1124 | <Reference name="log4net" path="../../../bin/"/> |
1125 | 1125 | ||
1126 | <Files> | 1126 | <Files> |
1127 | <Match pattern="*.cs" recurse="true"/> | 1127 | <Match pattern="*.cs" recurse="true"> |
1128 | <Exclude name="Tests" pattern="Tests"/> | ||
1129 | </Match> | ||
1128 | </Files> | 1130 | </Files> |
1129 | </Project> | 1131 | </Project> |
1130 | 1132 | ||
@@ -2719,6 +2721,48 @@ | |||
2719 | </Files> | 2721 | </Files> |
2720 | </Project> | 2722 | </Project> |
2721 | 2723 | ||
2724 | <Project frameworkVersion="v3_5" name="OpenSim.Services.InventoryService.Tests" path="OpenSim/Services/InventoryService/Tests" type="Library"> | ||
2725 | <Configuration name="Debug"> | ||
2726 | <Options> | ||
2727 | <OutputPath>../../../../bin/</OutputPath> | ||
2728 | </Options> | ||
2729 | </Configuration> | ||
2730 | <Configuration name="Release"> | ||
2731 | <Options> | ||
2732 | <OutputPath>../../../../bin/</OutputPath> | ||
2733 | </Options> | ||
2734 | </Configuration> | ||
2735 | |||
2736 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2737 | <Reference name="System"/> | ||
2738 | <Reference name="System.Core"/> | ||
2739 | <Reference name="System.Drawing"/> | ||
2740 | <Reference name="System.Xml"/> | ||
2741 | <Reference name="System.Web"/> | ||
2742 | <Reference name="nunit.framework" path="../../../../bin/"/> | ||
2743 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
2744 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
2745 | <Reference name="OpenMetaverse.StructuredData" path="../../../../bin/"/> | ||
2746 | <Reference name="OpenSim.Capabilities"/> | ||
2747 | <Reference name="OpenSim.Capabilities.Handlers"/> | ||
2748 | <Reference name="OpenSim.Framework"/> | ||
2749 | <Reference name="OpenSim.Framework.Console"/> | ||
2750 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
2751 | <Reference name="OpenSim.Region.Framework"/> | ||
2752 | <Reference name="OpenSim.Server.Base"/> | ||
2753 | <Reference name="OpenSim.Server.Handlers"/> | ||
2754 | <Reference name="OpenSim.Services.Base"/> | ||
2755 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2756 | <Reference name="OpenSim.Tests.Common"/> | ||
2757 | <Reference name="Nini" path="../../../../bin/"/> | ||
2758 | <Reference name="log4net" path="../../../../bin/"/> | ||
2759 | |||
2760 | <Files> | ||
2761 | <Match pattern="*.cs" recurse="true"> | ||
2762 | </Match> | ||
2763 | </Files> | ||
2764 | </Project> | ||
2765 | |||
2722 | 2766 | ||
2723 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> | 2767 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> |
2724 | <Configuration name="Debug"> | 2768 | <Configuration name="Debug"> |