Revert "* Added IntegrationTest Attribute and tagged the ODETestClass"
This reverts commit 8f0096cc7b112fea8f69f391224911f624482747. To get us back to compiling on fresh checkouts.0.6.6-post-fixes
parent
9b003a2a5d
commit
85e91ddb67
|
@ -33,11 +33,10 @@ using OpenSim.Framework;
|
|||
using OpenSim.Region.Physics.Manager;
|
||||
using log4net;
|
||||
using System.Reflection;
|
||||
using OpenSim.Tests.Common;
|
||||
|
||||
namespace OpenSim.Region.Physics.OdePlugin
|
||||
{
|
||||
[IntegrationTest]
|
||||
[TestFixture]
|
||||
public class ODETestClass
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenSim.Tests.Common
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.All,
|
||||
AllowMultiple = false,
|
||||
Inherited = true)]
|
||||
public class IntegrationTestAttribute : LongRunningAttribute
|
||||
{
|
||||
public IntegrationTestAttribute()
|
||||
: base("Integration")
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
|
@ -502,7 +502,6 @@
|
|||
<Reference name="OpenSim.Region.Physics.Manager"/>
|
||||
<Reference name="Ode.NET.dll" />
|
||||
<Reference name="nunit.framework.dll" />
|
||||
<Reference name="OpenSim.Tests.Common"/>
|
||||
<Reference name="log4net.dll"/>
|
||||
|
||||
<Files>
|
||||
|
|
Loading…
Reference in New Issue