Skip to content

Commit 45d865d

Browse files
committed
NH-2049: SQLite fails in a different way, so make the KnownBug check more permissive.
1 parent 6ed6c0e commit 45d865d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate.Test/NHSpecificTest/NH2049/Fixture2049.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ protected override void OnTearDown()
3939

4040

4141
[Test]
42-
[KnownBug("Known bug NH-2049.", "NHibernate.Exceptions.GenericADOException")]
42+
[KnownBug("Known bug NH-2049.")]
4343
public void CanCriteriaQueryWithFilterOnJoinClassBaseClassProperty()
4444
{
4545
using (ISession session = OpenSession())

0 commit comments

Comments
 (0)