Skip to content

Commit 4110aad

Browse files
committed
Fixing test with multiple [TestFixture] declarations (both in base class and concrete type)
Made tests red when upgrading to nunit 3.x.
1 parent f26da3a commit 4110aad

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Src/NHibernate.Envers.Tests/NetSpecific/Integration/NotFoundIgnore/BaseType/NotFoundIgnoreExistsInBaseTypeTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
namespace NHibernate.Envers.Tests.NetSpecific.Integration.NotFoundIgnore.BaseType
88
{
9-
[TestFixture]
109
public class NotFoundIgnoreExistsInBaseTypeTest : TestBase
1110
{
1211
private Guid parentId;

Src/NHibernate.Envers.Tests/NetSpecific/Integration/NotFoundIgnore/BaseType/NotFoundIgnoreNotExistsInBaseTypeTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
namespace NHibernate.Envers.Tests.NetSpecific.Integration.NotFoundIgnore.BaseType
88
{
9-
[TestFixture]
109
public class NotFoundIgnoreNotExistsInBaseTypeTest : TestBase
1110
{
1211
private Guid parentId;

0 commit comments

Comments
 (0)