From 96c720b04a7e96b4ebcada71484d183f503a785e Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Fri, 12 Sep 2008 16:05:06 +0000 Subject: 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. --- prebuild.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index dc3e8f6..fa4b904 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -228,6 +228,37 @@ + + + + ../../../bin/ + + + + + ../../../bin/ + + + + ../../../bin/ + + + + + + + + + + + + + + + + + + @@ -1474,6 +1505,7 @@ + -- cgit v1.1