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 9f8ecd1 commit 2fc213eCopy full SHA for 2fc213e
src/NHibernate.Test/NHSpecificTest/NH2673/CachingWithTransformerTests.cs
@@ -210,7 +210,6 @@ public void WhenEagerLoadingWithHqlThenNotThrows()
210
211
212
[Test(Description = "NH2961/3311")]
213
- [Ignore("Not fixed yet.")]
214
public void CanCacheCriteriaWithLeftJoinAndResultTransformer()
215
{
216
Post posts = null;
@@ -229,7 +228,6 @@ public void CanCacheCriteriaWithLeftJoinAndResultTransformer()
229
228
230
231
232
233
public void CanCacheCriteriaWithEagerLoadAndResultTransformer()
234
235
using (new Scenario(Sfi))
0 commit comments