[Bps-public-commit] r18214 - in Path-Dispatcher/trunk: t

sartak at bestpractical.com sartak at bestpractical.com
Wed Feb 4 19:47:30 EST 2009


Author: sartak
Date: Wed Feb  4 19:47:30 2009
New Revision: 18214

Modified:
   Path-Dispatcher/trunk/   (props changed)
   Path-Dispatcher/trunk/t/012-under.t

Log:
 r79703 at onn:  sartak | 2009-02-04 18:03:50 -0500
 The actual error is that Mouse doesn't support custom TC failure messages; that's acceptable for now


Modified: Path-Dispatcher/trunk/t/012-under.t
==============================================================================
--- Path-Dispatcher/trunk/t/012-under.t	(original)
+++ Path-Dispatcher/trunk/t/012-under.t	Wed Feb  4 19:47:30 2009
@@ -84,4 +84,4 @@
         ),
     );
 };
-like($@, qr/Attribute \(predicate\) does not pass the type constraint because: This rule \(Path::Dispatcher::Rule::Tokens=HASH\(0x\w+\)\) does not match just prefixes!/, "predicate MUST match just a prefix");
+like($@, qr/Attribute \(predicate\) does not pass the type constraint /, "predicate MUST match just a prefix");



More information about the Bps-public-commit mailing list