mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 02:44:52 +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;
|
||||
|
||||
namespace Orchard.Tests.Modules.Scripting {
|
||||
[TestFixture]
|
||||
public abstract class EvaluatorTestsBase {
|
||||
[Test]
|
||||
public void EvaluateSimpleConstant() {
|
||||
|
Reference in New Issue
Block a user