Skip to content

Commit 0072308

Browse files
author
mrhihi
committed
remove comment
1 parent 24b0435 commit 0072308

File tree

1 file changed

+0
-5
lines changed
  • src/NHibernate.Test/NHSpecificTest/NH2053

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ public void JoinedSubClass_Filter()
6262
{
6363
using (var tran = session.BeginTransaction())
6464
{
65-
/*
66-
* This is not a good case for this feature.
67-
* In my case.
68-
*
69-
*/
7065
session.EnableFilter("talkableFilter").SetParameter("talkable", true);
7166
var snoopy = session.QueryOver<Dog>().Where(x => x.Name == "Snoopy").SingleOrDefault();
7267
Assert.AreEqual(null, snoopy); // there are no talking dog named Snoopy.

0 commit comments

Comments
 (0)