Skip to content

Commit 97f385b

Browse files
David EllingsworthDavid Ellingsworth
David Ellingsworth
authored and
David Ellingsworth
committed
GH2201: Disable loop detection in query fetches to fix tests.
1 parent 9e95eb1 commit 97f385b

File tree

1 file changed

+1
-0
lines changed
  • src/NHibernate.Test/NHSpecificTest/GH2201

1 file changed

+1
-0
lines changed

src/NHibernate.Test/NHSpecificTest/GH2201/Fixture.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public class Fixture : BugTestCase
1313
protected override void Configure(NHCfg.Configuration configuration)
1414
{
1515
configuration.SetProperty(NHCfg.Environment.GenerateStatistics, "true");
16+
configuration.SetProperty(NHCfg.Environment.DetectFetchLoops, "false");
1617
}
1718

1819
protected override void OnTearDown()

0 commit comments

Comments
 (0)