mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
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:
@@ -4,7 +4,6 @@ using NUnit.Framework;
|
|||||||
using Orchard.Scripting.Compiler;
|
using Orchard.Scripting.Compiler;
|
||||||
|
|
||||||
namespace Orchard.Tests.Modules.Scripting {
|
namespace Orchard.Tests.Modules.Scripting {
|
||||||
[TestFixture]
|
|
||||||
public abstract class EvaluatorTestsBase {
|
public abstract class EvaluatorTestsBase {
|
||||||
[Test]
|
[Test]
|
||||||
public void EvaluateSimpleConstant() {
|
public void EvaluateSimpleConstant() {
|
||||||
|
Reference in New Issue
Block a user