You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/NHibernate.Test.Linq/Linq/ByMethod/DistinctTests.cs
+27-17Lines changed: 27 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -98,36 +98,46 @@ public void DistinctOnTypeProjectionWithHqlMethodIsOk()
98
98
}
99
99
100
100
[Test]
101
-
[ExpectedException(typeof(NotSupportedException),ExpectedMessage="Cannot use distinct on result that depends on methods for which no SQL equivalent exist.")]
.And.Message.EqualTo("Cannot use distinct on result that depends on methods for which no SQL equivalent exist."));
114
119
}
115
120
116
121
117
122
[Test]
118
-
[ExpectedException(typeof(NotSupportedException),ExpectedMessage="Cannot use distinct on result that depends on methods for which no SQL equivalent exist.")]
[TestCase(".MappingsNames.hbm.xml","ICompositeUserType NHibernate.Test.NHSpecificTest.NH2297.InvalidNamesCustomCompositeUserType returned a null value for 'PropertyNames'.")]
13
+
[TestCase(".MappingsTypes.hbm.xml","ICompositeUserType NHibernate.Test.NHSpecificTest.NH2297.InvalidTypesCustomCompositeUserType returned a null value for 'PropertyTypes'.")]
0 commit comments