Skip Menu |

This queue is for tickets about the MooseX-POE CPAN distribution.

Report information
The Basics
Id: 45492
Status: resolved
Priority: 0/
Queue: MooseX-POE

People
Owner: Nobody in particular
Requestors: martijn [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH] add tests
Date: Mon, 27 Apr 2009 21:53:23 +0200
To: bug-MooseX-POE [...] rt.cpan.org
From: Martijn van Beers <MARTIJN [...] cpan.org>
* 04_with_before.t: tests whether you can use before in a role on an event defined in the consuming class * 04_with_override.t: tests whether, in a consuming class, you can override an event that was defined in a role --- t/04_with_before.t | 30 ++++++++++++++++++++++++++++++ t/04_with_override.t | 29 +++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 0 deletions(-) create mode 100644 t/04_with_before.t create mode 100644 t/04_with_override.t

Message body is not shown because sender requested not to inline it.

Subject: [rt.cpan.org #45492] ugh, make the tests compile
Date: Mon, 27 Apr 2009 22:13:35 +0200
To: bug-MooseX-POE [...] rt.cpan.org
From: Martijn van Beers <MARTIJN [...] cpan.org>
eep, I'm an idiot. this makes the tests actually work. --- t/04_with_before.t | 2 +- t/04_with_override.t | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)

Message body is not shown because sender requested not to inline it.

Created commit fb7e56c: add failing tests for with() I have added these as failing tests. I'm not sure how to resolve them yet.