[Nunit-core] [Bug 893919] Re: DelayedConstraint fails polling properties on references which are initially null

2013-10-04 Thread Charlie Poole
** Changed in: nunit-3.0 Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/893919 Title: DelayedConstraint fails polling properties on references whic

[Nunit-core] [Bug 893919] Re: DelayedConstraint fails polling properties on references which are initially null

2012-01-10 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/893919 Title: DelayedConstraint fails polling properties on

[Nunit-core] [Bug 893919] Re: DelayedConstraint fails polling properties on references which are initially null

2011-12-01 Thread Charlie Poole
** Changed in: nunitv2 Status: Triaged => Fix Committed -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/893919 Title: DelayedConstraint fails polling properties on refer

[Nunit-core] [Bug 893919] Re: DelayedConstraint fails polling properties on references which are initially null

2011-12-01 Thread Launchpad Bug Tracker
** Branch linked: lp:nunitv2 -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/893919 Title: DelayedConstraint fails polling properties on references which are initially null

[Nunit-core] [Bug 893919] Re: DelayedConstraint fails polling properties on references which are initially null

2011-12-01 Thread Charlie Poole
** Changed in: nunitv2 Milestone: None => 2.6.0 -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/893919 Title: DelayedConstraint fails polling properties on references which

[Nunit-core] [Bug 893919] Re: DelayedConstraint fails polling properties on references which are initially null

2011-11-27 Thread Launchpad Bug Tracker
** Branch linked: lp:nunit-3.0 -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/893919 Title: DelayedConstraint fails polling properties on references which are initially null

[Nunit-core] [Bug 893919] Re: DelayedConstraint fails polling properties on references which are initially null

2011-11-27 Thread Charlie Poole
** Changed in: nunit-3.0 Status: Triaged => In Progress ** Changed in: nunit-3.0 Status: In Progress => Fix Committed -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bug

[Nunit-core] [Bug 893919] Re: DelayedConstraint fails polling properties on references which are initially null

2011-11-27 Thread Charlie Poole
** Changed in: nunitv2 Assignee: (unassigned) => Charlie Poole (charlie.poole) ** Also affects: nunit-3.0 Importance: Undecided Status: New ** Changed in: nunit-3.0 Status: New => Triaged ** Changed in: nunit-3.0 Importance: Undecided => Medium ** Changed in: nunit-3.0

[Nunit-core] [Bug 893919] Re: DelayedConstraint fails polling properties on references which are initially null

2011-11-23 Thread GT
Thanks for the quick response. I think your 'null test' example certainly makes good sense. I'm writing tests to check whether an event handler is called with the correct arguments from another thread within a specific time. In some cases I also want to make sure it's *not* called, in which case

[Nunit-core] [Bug 893919] Re: DelayedConstraint fails polling properties on references which are initially null

2011-11-23 Thread Charlie Poole
BTW, it would be good if you could test out the behavior of your examples on the 2.6 beta, since there will be no further 2.5 releases. Charlie -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/893

[Nunit-core] [Bug 893919] Re: DelayedConstraint fails polling properties on references which are initially null

2011-11-23 Thread Charlie Poole
Although the 2.6 beta 2 has a fix for use of polling with After, this particular issue hasn't come up before. Although what you propose makes sense, it's not entirely clear how we can implement it because it's entirely possible to be testing for a null value... Assert.That(() => statusString,

[Nunit-core] [Bug 893919] Re: DelayedConstraint fails polling properties on references which are initially null

2011-11-23 Thread Charlie Poole
** Changed in: nunitv2 Status: New => Triaged ** Changed in: nunitv2 Importance: Undecided => Medium -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/893919 Title: DelayedConstraint f

[Nunit-core] [Bug 893919] Re: DelayedConstraint fails polling properties on references which are initially null

2011-11-23 Thread GT
** Description changed: Having seen the great progress made on bug #890129, I've been using the After() constraint even more! (Still using v2.5.10.11092) I noticed a quirk with how (properties of) objects which are initially null are polled. An example: - string statusStr