Remove test fixture attribute from abstract base class

This is to avoid nunit reporting ignored tests for the abstract class.

--HG--
branch : 1.x
This commit is contained in:
Renaud Paquay
2011-01-08 10:00:01 -08:00
parent 32ac0ffc6b
commit c1e272028b

View File

@@ -4,7 +4,6 @@ using NUnit.Framework;
using Orchard.Scripting.Compiler;
namespace Orchard.Tests.Modules.Scripting {
[TestFixture]
public abstract class EvaluatorTestsBase {
[Test]
public void EvaluateSimpleConstant() {