diff options
author | Sean Dague | 2009-05-27 12:53:29 +0000 |
---|---|---|
committer | Sean Dague | 2009-05-27 12:53:29 +0000 |
commit | 85e91ddb67cd1f158d0e4e4b153f7472eb0ae86c (patch) | |
tree | 2964c8f7961ceb18270918b85bdc8b968cdc34f0 /OpenSim/Region/Physics/OdePlugin | |
parent | the new Tests were defined before the Tests.Common dll in prebuild, (diff) | |
download | opensim-SC_OLD-85e91ddb67cd1f158d0e4e4b153f7472eb0ae86c.zip opensim-SC_OLD-85e91ddb67cd1f158d0e4e4b153f7472eb0ae86c.tar.gz opensim-SC_OLD-85e91ddb67cd1f158d0e4e4b153f7472eb0ae86c.tar.bz2 opensim-SC_OLD-85e91ddb67cd1f158d0e4e4b153f7472eb0ae86c.tar.xz |
Revert "* Added IntegrationTest Attribute and tagged the ODETestClass"
This reverts commit 8f0096cc7b112fea8f69f391224911f624482747.
To get us back to compiling on fresh checkouts.
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODETestClass.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODETestClass.cs b/OpenSim/Region/Physics/OdePlugin/ODETestClass.cs index a269d31..6ee23db 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODETestClass.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODETestClass.cs | |||
@@ -33,11 +33,10 @@ using OpenSim.Framework; | |||
33 | using OpenSim.Region.Physics.Manager; | 33 | using OpenSim.Region.Physics.Manager; |
34 | using log4net; | 34 | using log4net; |
35 | using System.Reflection; | 35 | using System.Reflection; |
36 | using OpenSim.Tests.Common; | ||
37 | 36 | ||
38 | namespace OpenSim.Region.Physics.OdePlugin | 37 | namespace OpenSim.Region.Physics.OdePlugin |
39 | { | 38 | { |
40 | [IntegrationTest] | 39 | [TestFixture] |
41 | public class ODETestClass | 40 | public class ODETestClass |
42 | { | 41 | { |
43 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 42 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |