* Added IntegrationTest Attribute and tagged the ODETestClass

This commit is contained in:
lbsa71
2009-05-27 12:36:58 +00:00
parent 892406248a
commit 17f0a4be53
3 changed files with 20 additions and 1 deletions

View File

@@ -33,10 +33,11 @@ using OpenSim.Framework;
using OpenSim.Region.Physics.Manager;
using log4net;
using System.Reflection;
using OpenSim.Tests.Common;
namespace OpenSim.Region.Physics.OdePlugin
{
[TestFixture]
[IntegrationTest]
public class ODETestClass
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);