[Moose-commits] r7543 - Mouse/trunk/t

sartak at code2.0beta.co.uk sartak at code2.0beta.co.uk
Thu Feb 5 00:46:35 GMT 2009


Author: sartak
Date: 2009-02-04 16:46:35 -0800 (Wed, 04 Feb 2009)
New Revision: 7543

Modified:
   Mouse/trunk/t/039-subtype.t
Log:
TODOify it for now

Modified: Mouse/trunk/t/039-subtype.t
===================================================================
--- Mouse/trunk/t/039-subtype.t	2009-02-05 00:46:30 UTC (rev 7542)
+++ Mouse/trunk/t/039-subtype.t	2009-02-05 00:46:35 UTC (rev 7543)
@@ -22,5 +22,8 @@
 
 ok(My::Class->new(name => 'foo'));
 
-throws_ok { My::Class->new(name => '') } qr/^Attribute \(name\) does not pass the type constraint because: The string is empty!/;
+TODO: {
+    local $TODO = "message is not used";
+    throws_ok { My::Class->new(name => '') } qr/^Attribute \(name\) does not pass the type constraint because: The string is empty!/;
+};
 




More information about the Moose-commits mailing list