From d31e0a67f7d7c2b1882a2030fe01d5d2ee32ad2a Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Tue, 12 Jul 2011 03:26:22 +0100
Subject: temporarily fix the build break with building the OdePlugin tests
assembly.
This needs to be fixed properly.
---
OpenSim/Region/Physics/OdePlugin/Tests/ODETestClass.cs | 5 +++--
prebuild.xml | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/OpenSim/Region/Physics/OdePlugin/Tests/ODETestClass.cs b/OpenSim/Region/Physics/OdePlugin/Tests/ODETestClass.cs
index a7f8baa..fbd1574 100644
--- a/OpenSim/Region/Physics/OdePlugin/Tests/ODETestClass.cs
+++ b/OpenSim/Region/Physics/OdePlugin/Tests/ODETestClass.cs
@@ -31,17 +31,18 @@ using NUnit.Framework;
using OpenMetaverse;
using OpenSim.Framework;
using OpenSim.Region.Physics.Manager;
+using OpenSim.Region.Physics.OdePlugin;
using log4net;
using System.Reflection;
-namespace OpenSim.Region.Physics.OdePlugin
+namespace OpenSim.Region.Physics.OdePlugin.Tests
{
[TestFixture]
public class ODETestClass
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
- private OdePlugin cbt;
+ private OpenSim.Region.Physics.OdePlugin.OdePlugin cbt;
private PhysicsScene ps;
private IMeshingPlugin imp;
diff --git a/prebuild.xml b/prebuild.xml
index 2ccf614..92368ef 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -3186,7 +3186,7 @@
-
+
--
cgit v1.1