Tidro / linqbridge

Automatically exported from code.google.com/p/linqbridge
Other
0 stars 0 forks source link

Distinct missing coverage for multiple nulls case #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Using a code coverage tool, like NCover, create a code coverage report of 
Enumerable class via unit tests

What is the expected output? What do you see instead?

All members are covered 100%. Instead, Distinct is not fully covered. More 
specifically, DistinctYield (private) is covered 92% due to a test for line 838 
[1] is missing.

[1] 
http://code.google.com/p/linqbridge/source/browse/tags/REL-1.2/src/Enumerable.cs
#838

Additional information:

Version 1.2

Original issue reported on code.google.com by azizatif on 18 Nov 2010 at 11:31

GoogleCodeExporter commented 9 years ago

Original comment by azizatif on 18 Nov 2010 at 11:32

GoogleCodeExporter commented 9 years ago
Fixed in r243.

Original comment by azizatif on 18 Nov 2010 at 11:33