Skip to content

Commit bf00e59

Browse files
NH-2176 reverting previous, to be squashed
1 parent d465fad commit bf00e59

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/NHibernate.Test/NHSpecificTest/DtcFailures/DtcFailuresFixture.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -483,18 +483,6 @@ public void NH1744()
483483
}
484484

485485
[Test]
486-
public void CanUseSessionOutsideOfScopeAfterScope()
487-
{
488-
CanUseSessionOutsideOfScopeAfterScope(false);
489-
}
490-
491-
[Test]
492-
public void CanUseSessionOutsideOfScopeAfterScopeWithFlush()
493-
{
494-
CanUseSessionOutsideOfScopeAfterScope(true);
495-
}
496-
497-
//[Test]
498486
public void CanUseSessionOutsideOfScopeAfterScope([Values(false, true)] bool explicitFlush)
499487
{
500488
using (var s = sessions.WithOptions().ConnectionReleaseMode(ConnectionReleaseMode.OnClose).OpenSession())

0 commit comments

Comments
 (0)