Skip to content

Commit 878ae7b

Browse files
NH-4028 - Supports inconclusive tests in result comparison (#641)
1 parent af6129e commit 878ae7b

File tree

2 files changed

+278
-217
lines changed

2 files changed

+278
-217
lines changed

src/NHibernate.Test/Linq/WhereTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,6 @@ private static List<object[]> CanUseCompareInQueryDataSource()
831831

832832
// Over floats.
833833
TestRow(p => p.ShippingWeight.CompareTo((float) 4.98) <= 0, 17, false),
834-
TestRow(p => p.ShippingWeight.CompareTo((float) 4.98) <= 0, 17, false),
835834

836835
// Over nullable decimals.
837836
TestRow(p => p.UnitPrice.Value.CompareTo((decimal) 14.00) <= 0, 24, false),

0 commit comments

Comments
 (0)