We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e95eb1 commit 97f385bCopy full SHA for 97f385b
src/NHibernate.Test/NHSpecificTest/GH2201/Fixture.cs
@@ -13,6 +13,7 @@ public class Fixture : BugTestCase
13
protected override void Configure(NHCfg.Configuration configuration)
14
{
15
configuration.SetProperty(NHCfg.Environment.GenerateStatistics, "true");
16
+ configuration.SetProperty(NHCfg.Environment.DetectFetchLoops, "false");
17
}
18
19
protected override void OnTearDown()
0 commit comments