diff options
author | Sean Dague | 2008-09-12 17:45:02 +0000 |
---|---|---|
committer | Sean Dague | 2008-09-12 17:45:02 +0000 |
commit | 1f42c89480acb836750f0e3915b8d778b5747797 (patch) | |
tree | dcda5d2f673ce7b4eb92a8ac04c3c82978970f03 /OpenSim/Data | |
parent | be more clever and move the bulk of the db tests for inventory into (diff) | |
download | opensim-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/Data')
-rw-r--r-- | OpenSim/Data/Tests/BasicInventoryTests.cs | 2 |
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; | |||
30 | using NUnit.Framework; | 30 | using NUnit.Framework; |
31 | using NUnit.Framework.SyntaxHelpers; | 31 | using NUnit.Framework.SyntaxHelpers; |
32 | using OpenSim.Framework; | 32 | using OpenSim.Framework; |
33 | using OpenSim.Data.Tests; | 33 | using OpenSim.Data; |
34 | using OpenSim.Region.Environment.Scenes; | 34 | using OpenSim.Region.Environment.Scenes; |
35 | using OpenMetaverse; | 35 | using OpenMetaverse; |
36 | 36 | ||