New issue 17 by azizatif: SelectMany test depends on ToString
implementation of anonymous types
http://code.google.com/p/backlinq/issues/detail?id=17
What steps will reproduce the problem?
1. Run the test
SelectMany_CollectionSelectorArgResultSelectorArg_ArrayOfPetOwner_ResultContainsElementForEachPetAPetOwnerHas.
What is the expected output? What do you see instead?
The test should succeed independent of C# compiler and platform. Instead,
it fails under Mono 2.2 where the ToString implementation generated by the
compiler for anonymous types varies slightly. The test should be fixed to
not depend on the ToString implementation.
Additional information:
Originally pointed out by Jb Evain:
http://groups.google.com/group/mono-olive/msg/aedf2dacf34af0e8
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 17 by azizatif: SelectMany test depends on ToString
implementation of anonymous types
http://code.google.com/p/backlinq/issues/detail?id=17
(No comment was entered for this change.)
Comment #2 on issue 17 by azizatif: SelectMany test depends on ToString
implementation of anonymous types
http://code.google.com/p/backlinq/issues/detail?id=17
Fixed in r284.