nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #00704
[Bug 605432] [NEW] ToString not working properly for some properties
Public bug reported:
The following code:
Console.WriteLine(Has.Property("foo").EqualTo("bar"));
Console.WriteLine(Has.Property("foo").EqualTo("bar").And.Property("baz").EqualTo("qux"));
Console.WriteLine(Has.Property("foo").EqualTo("bar") & Has.Property("baz").EqualTo("qux"));
prints the following
<equal "bar">
<equal "qux">
<and <property foo <equal "bar">> <property baz <equal "qux">>>
Only the last one is correct.
** Affects: nunitv2
Importance: Undecided
Status: New
--
ToString not working properly for some properties
https://bugs.launchpad.net/bugs/605432
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
Status in NUnit V2 Test Framework: New
Bug description:
The following code:
Console.WriteLine(Has.Property("foo").EqualTo("bar"));
Console.WriteLine(Has.Property("foo").EqualTo("bar").And.Property("baz").EqualTo("qux"));
Console.WriteLine(Has.Property("foo").EqualTo("bar") & Has.Property("baz").EqualTo("qux"));
prints the following
<equal "bar">
<equal "qux">
<and <property foo <equal "bar">> <property baz <equal "qux">>>
Only the last one is correct.
Follow ups
-
[Bug 605432] Re: ToString not working properly for some properties
From: Charlie Poole, 2010-07-31
-
[Bug 605432] Re: ToString not working properly for some properties
From: Launchpad Bug Tracker, 2010-07-26
-
[Bug 605432] Re: ToString not working properly for some properties
From: Charlie Poole, 2010-07-26
-
[Bug 605432] Re: ToString not working properly for some properties
From: Charlie Poole, 2010-07-25
-
[Bug 605432] Re: ToString not working properly for some properties
From: Charlie Poole, 2010-07-25
-
[Bug 605432] Re: ToString not working properly for some properties
From: Launchpad Bug Tracker, 2010-07-17
-
[Bug 605432] Re: ToString not working properly for some properties
From: Charlie Poole, 2010-07-15
-
[Bug 605432] Re: ToString not working properly for some properties
From: Charlie Poole, 2010-07-14
-
[Bug 605432] Re: ToString not working properly for some properties
From: Dale King, 2010-07-14
-
[Bug 605432] [NEW] ToString not working properly for some properties
From: Dale King, 2010-07-14
References