| Thread Previous • Date Previous • Date Next • Thread Next |
Dan MacNeil has proposed merging lp:~omacneil/mvhub/fix_ql_test into lp:mvhub. Requested reviews: MVHub devs with commit rights (mvhub-commit) fixes test trivial -- https://code.launchpad.net/~omacneil/mvhub/fix_ql_test/+merge/30320 Your team MVHub Developers is subscribed to branch lp:mvhub.
=== modified file 'lib-mvhub/t/Utils/generate_quick_login_url.t'
--- lib-mvhub/t/Utils/generate_quick_login_url.t 2010-07-14 19:26:56 +0000
+++ lib-mvhub/t/Utils/generate_quick_login_url.t 2010-07-19 18:33:40 +0000
@@ -20,7 +20,7 @@
= 'website == www.example.com and agency_id == 123456 and quick_login = 7890abcd';
$got = generate_quick_login_url( 'www.example.com', '123456', '7890abcd' );
$expected
- = 'http://www.example.com/cgi-bin/mvhub/agency.pl?rm=ql&aid=123456&qlid=7890abcd';
+ = 'http://www.example.com/123456/7890abcd';
is( $got, $expected, $test_message );
$test_message = 'die when id param is undefined';
| Thread Previous • Date Previous • Date Next • Thread Next |