Skip to content

Commit 831d7ed

Browse files
committed
Fixing yet another test with multiple [TestFixture] declarations (both in base class and concrete type)
Made tests red when upgrading to nunit 3.x.
1 parent 9477c8a commit 831d7ed

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Src/NHibernate.Envers.Tests/Integration/Strategy/IdentifierReuseTest.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.Integration.Strategy
88
{
9-
[TestFixture]
109
public class IdentifierReuseTest :TestBase
1110
{
1211
private const int reusedId = 11;

Src/NHibernate.Envers.Tests/NetSpecific/Integration/IdBag/ManyToMany/UniDirectional/Fixture.cs

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

66
namespace NHibernate.Envers.Tests.NetSpecific.Integration.IdBag.ManyToMany.UniDirectional
77
{
8-
[TestFixture]
98
public class Fixture : TestBase
109
{
1110
private Guid owningId1;

0 commit comments

Comments
 (0)