aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorSean Dague2008-09-04 22:06:18 +0000
committerSean Dague2008-09-04 22:06:18 +0000
commitfb9bd7dec67ae82efc92ba969ba3b6b929790df8 (patch)
tree3dde1e2cff284baafa0782c95e09257c4022c3a4
parentadded in find calls (diff)
downloadopensim-SC_OLD-fb9bd7dec67ae82efc92ba969ba3b6b929790df8.zip
opensim-SC_OLD-fb9bd7dec67ae82efc92ba969ba3b6b929790df8.tar.gz
opensim-SC_OLD-fb9bd7dec67ae82efc92ba969ba3b6b929790df8.tar.bz2
opensim-SC_OLD-fb9bd7dec67ae82efc92ba969ba3b6b929790df8.tar.xz
normalize naming for OpenSim.Tests.Framework.dll
-rw-r--r--.nant/bamboo.build2
-rw-r--r--OpenSim/Tests/Framework/UtilTest.cs (renamed from OpenSim/Tests/OpenSim/Framework/UtilTest.cs)0
-rw-r--r--prebuild.xml8
3 files changed, 5 insertions, 5 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 695807c..676206c 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -36,7 +36,7 @@
36 <formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" /> 36 <formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" />
37 <test> 37 <test>
38 <assemblies> 38 <assemblies>
39 <include name="../bin/OpenSim.Framework.Tests.dll" /> 39 <include name="../bin/OpenSim.Tests.Framework.dll" />
40 <include name="../bin/OpenSim.Region.ScriptEngine.Common.Tests.dll" /> 40 <include name="../bin/OpenSim.Region.ScriptEngine.Common.Tests.dll" />
41 <include name="../bin/OpenSim.Region.ScriptEngine.Shared.Tests.dll" /> 41 <include name="../bin/OpenSim.Region.ScriptEngine.Shared.Tests.dll" />
42 <include name="../bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" /> 42 <include name="../bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" />
diff --git a/OpenSim/Tests/OpenSim/Framework/UtilTest.cs b/OpenSim/Tests/Framework/UtilTest.cs
index 121ee93..121ee93 100644
--- a/OpenSim/Tests/OpenSim/Framework/UtilTest.cs
+++ b/OpenSim/Tests/Framework/UtilTest.cs
diff --git a/prebuild.xml b/prebuild.xml
index 4c7bc5d..b061226 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -124,19 +124,19 @@
124 </Files> 124 </Files>
125 </Project> 125 </Project>
126 126
127 <Project name="OpenSim.Framework.Tests" path="OpenSim/Tests/OpenSim/Framework" type="Library"> 127 <Project name="OpenSim.Tests.Framework" path="OpenSim/Tests/Framework" type="Library">
128 <Configuration name="Debug"> 128 <Configuration name="Debug">
129 <Options> 129 <Options>
130 <OutputPath>../../../../bin/</OutputPath> 130 <OutputPath>../../../bin/</OutputPath>
131 </Options> 131 </Options>
132 </Configuration> 132 </Configuration>
133 <Configuration name="Release"> 133 <Configuration name="Release">
134 <Options> 134 <Options>
135 <OutputPath>../../../../bin/</OutputPath> 135 <OutputPath>../../../bin/</OutputPath>
136 </Options> 136 </Options>
137 </Configuration> 137 </Configuration>
138 138
139 <ReferencePath>../../../../bin/</ReferencePath> 139 <ReferencePath>../../../bin/</ReferencePath>
140 <Reference name="System"/> 140 <Reference name="System"/>
141 <Reference name="System.Xml"/> 141 <Reference name="System.Xml"/>
142 <Reference name="System.Data"/> 142 <Reference name="System.Data"/>