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 24b0435 commit 0072308Copy full SHA for 0072308
src/NHibernate.Test/NHSpecificTest/NH2053/Fixture.cs
@@ -62,11 +62,6 @@ public void JoinedSubClass_Filter()
62
{
63
using (var tran = session.BeginTransaction())
64
65
- /*
66
- * This is not a good case for this feature.
67
- * In my case.
68
- *
69
- */
70
session.EnableFilter("talkableFilter").SetParameter("talkable", true);
71
var snoopy = session.QueryOver<Dog>().Where(x => x.Name == "Snoopy").SingleOrDefault();
72
Assert.AreEqual(null, snoopy); // there are no talking dog named Snoopy.
0 commit comments