aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorSean Dague2008-09-12 16:05:06 +0000
committerSean Dague2008-09-12 16:05:06 +0000
commit96c720b04a7e96b4ebcada71484d183f503a785e (patch)
tree775940e0797201e18f4ef179e8b8fb20ca3aa102 /prebuild.xml
parentadd the m_host.AddScriptLPS(1); line. I'm not actually sure what it (diff)
downloadopensim-SC_OLD-96c720b04a7e96b4ebcada71484d183f503a785e.zip
opensim-SC_OLD-96c720b04a7e96b4ebcada71484d183f503a785e.tar.gz
opensim-SC_OLD-96c720b04a7e96b4ebcada71484d183f503a785e.tar.bz2
opensim-SC_OLD-96c720b04a7e96b4ebcada71484d183f503a785e.tar.xz
be more clever and move the bulk of the db tests for inventory into
OpenSim.Data.Tests, then subclass with custom init bits for sqlite. As I've only been testing the plugin interfaces anyway, this should make it very easy to write only a little bit of code to use these tests for other databases. It will also give us the framework for definining the datastore behavior and making sure that all the databases do the same thing.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index dc3e8f6..fa4b904 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -228,6 +228,37 @@
228 </Files> 228 </Files>
229 </Project> 229 </Project>
230 230
231 <Project name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library">
232 <Configuration name="Debug">
233 <Options>
234 <OutputPath>../../../bin/</OutputPath>
235 </Options>
236 </Configuration>
237 <Configuration name="Release">
238 <Options>
239 <OutputPath>../../../bin/</OutputPath>
240 </Options>
241 </Configuration>
242
243 <ReferencePath>../../../bin/</ReferencePath>
244 <Reference name="System" localCopy="false"/>
245 <Reference name="System.Xml"/>
246 <Reference name="System.Data"/>
247 <Reference name="XMLRPC.dll"/>
248 <Reference name="OpenMetaverse.dll"/>
249 <Reference name="OpenMetaverseTypes.dll"/>
250 <Reference name="OpenSim.Framework"/>
251 <Reference name="OpenSim.Data.Base"/>
252 <Reference name="OpenSim.Region.Environment"/>
253 <Reference name="log4net.dll"/>
254 <Reference name="Mono.Addins.dll" />
255 <Reference name="nunit.framework.dll" />
256 <Files>
257 <Match pattern="*.cs" recurse="true"/>
258 </Files>
259 </Project>
260
261
231 <Project name="OpenSim.Data.MySQLMapper" path="OpenSim/Data/MySQLMapper" type="Library"> 262 <Project name="OpenSim.Data.MySQLMapper" path="OpenSim/Data/MySQLMapper" type="Library">
232 <Configuration name="Debug"> 263 <Configuration name="Debug">
233 <Options> 264 <Options>
@@ -1474,6 +1505,7 @@
1474 <Reference name="System.Data"/> 1505 <Reference name="System.Data"/>
1475 <Reference name="System.Data.SQLite.dll"/> 1506 <Reference name="System.Data.SQLite.dll"/>
1476 <Reference name="OpenSim.Data"/> 1507 <Reference name="OpenSim.Data"/>
1508 <Reference name="OpenSim.Data.Tests"/>
1477 <Reference name="OpenSim.Data.SQLite" /> 1509 <Reference name="OpenSim.Data.SQLite" />
1478 <Reference name="System.Drawing"/> 1510 <Reference name="System.Drawing"/>
1479 <Reference name="OpenSim.Framework"/> 1511 <Reference name="OpenSim.Framework"/>