[Bps-public-commit] r16787 - in Path-Dispatcher/trunk: t
sartak at bestpractical.com
sartak at bestpractical.com
Sun Nov 9 12:46:05 EST 2008
Author: sartak
Date: Sun Nov 9 12:46:04 2008
New Revision: 16787
Modified:
Path-Dispatcher/trunk/ (props changed)
Path-Dispatcher/trunk/t/103-input.t
Log:
r75357 at onn: sartak | 2008-11-09 12:44:39 -0500
Make sure that redispatching directly to a dispatcher object works too
Modified: Path-Dispatcher/trunk/t/103-input.t
==============================================================================
--- Path-Dispatcher/trunk/t/103-input.t (original)
+++ Path-Dispatcher/trunk/t/103-input.t Sun Nov 9 12:46:04 2008
@@ -34,7 +34,7 @@
next_rule;
};
- redispatch_to('MyFramework::Dispatcher');
+ redispatch_to(MyFramework::Dispatcher->dispatcher);
};
MyApp::Dispatcher->run('args', 1..3);
More information about the Bps-public-commit
mailing list