aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorSean Dague2008-09-12 17:45:02 +0000
committerSean Dague2008-09-12 17:45:02 +0000
commit1f42c89480acb836750f0e3915b8d778b5747797 (patch)
treedcda5d2f673ce7b4eb92a8ac04c3c82978970f03 /OpenSim
parentbe more clever and move the bulk of the db tests for inventory into (diff)
downloadopensim-SC_OLD-1f42c89480acb836750f0e3915b8d778b5747797.zip
opensim-SC_OLD-1f42c89480acb836750f0e3915b8d778b5747797.tar.gz
opensim-SC_OLD-1f42c89480acb836750f0e3915b8d778b5747797.tar.bz2
opensim-SC_OLD-1f42c89480acb836750f0e3915b8d778b5747797.tar.xz
change order in prebuild.xml so this works in nant on a clean
checkout.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Data/Tests/BasicInventoryTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/Tests/BasicInventoryTests.cs b/OpenSim/Data/Tests/BasicInventoryTests.cs
index 47a3393..a6f81f9 100644
--- a/OpenSim/Data/Tests/BasicInventoryTests.cs
+++ b/OpenSim/Data/Tests/BasicInventoryTests.cs
@@ -30,7 +30,7 @@ using System.Collections.Generic;
30using NUnit.Framework; 30using NUnit.Framework;
31using NUnit.Framework.SyntaxHelpers; 31using NUnit.Framework.SyntaxHelpers;
32using OpenSim.Framework; 32using OpenSim.Framework;
33using OpenSim.Data.Tests; 33using OpenSim.Data;
34using OpenSim.Region.Environment.Scenes; 34using OpenSim.Region.Environment.Scenes;
35using OpenMetaverse; 35using OpenMetaverse;
36 36