← Back to team overview

mvhub-dev team mailing list archive

[Branch ~mvhub-commit/mvhub/trunk] Rev 458: merged lp:~leegoodrich/mvhub/fix_failing_ql_test

 

Merge authors:
  Lee Goodrich (leegoodrich)
Related merge proposals:
  https://code.launchpad.net/~leegoodrich/mvhub/fix_failing_ql_test/+merge/30321
  proposed by: Lee Goodrich (leegoodrich)
  review: Approve - Dan MacNeil (omacneil)
------------------------------------------------------------
revno: 458 [merge]
committer: Dan MacNeil <dan@xxxxxxxxxxxx>
branch nick: trunk
timestamp: Wed 2010-07-21 13:29:22 -0400
message:
  merged lp:~leegoodrich/mvhub/fix_failing_ql_test
modified:
  lib-mvhub/t/Utils/generate_quick_login_url.t


--
lp:mvhub
https://code.launchpad.net/~mvhub-commit/mvhub/trunk

Your team MVHub Developers is subscribed to branch lp:mvhub.
To unsubscribe from this branch go to https://code.launchpad.net/~mvhub-commit/mvhub/trunk/+edit-subscription
=== 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:39:56 +0000
@@ -19,8 +19,7 @@
 $test_message
     = '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';
+$expected = 'http://www.example.com/123456/7890abcd';
 is( $got, $expected, $test_message );
 
 $test_message = 'die when id param is undefined';