X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F07google.t;h=37f0a66c38c9a84d1559aebc0980908e22e63cfa;hb=feeb6c3125fb1c43fc0ee295fe3b1dfaf0d9a12c;hp=7816957c9557892c0973afbee7bb9540e211fdce;hpb=f465f00435d4205c666cdbffe2a204a867bb2384;p=scpubgit%2Fstemmaweb.git diff --git a/t/07google.t b/t/07google.t index 7816957..37f0a66 100644 --- a/t/07google.t +++ b/t/07google.t @@ -88,7 +88,7 @@ io("$FindBin::Bin/var")->rmtree if io("$FindBin::Bin/var")->exists; { my $scope = $dir->new_scope; - ok !$dir->find_user({ url => 'https://www.google.com/accounts/o8/id' }), 'Old google-openid is gone.'; + # ok !$dir->find_user({ url => 'https://www.google.com/accounts/o8/id' }), 'Old google-openid is gone.'; ok $dir->find_user({ sub => 42, openid_id => 'https://www.google.com/accounts/o8/id' }), 'The G+ user is there.'; @@ -199,7 +199,7 @@ io("$FindBin::Bin/var")->rmtree if io("$FindBin::Bin/var")->exists; $ua->get('/'); - $ua->content_contains('Hello! 4242!', 'We are logged in.'); + $ua->content_contains('Hello! email@example.org!', 'We are logged in.'); ok $dir->find_user({ sub => 4242, openid_id => 'https://www.google.com/accounts/o8/id3' }), 'The G+ user is there.'; @@ -219,7 +219,7 @@ io("$FindBin::Bin/var")->rmtree if io("$FindBin::Bin/var")->exists; $ua->get('/'); - $ua->content_contains('Hello! 4242!', 'We are logged in.'); + $ua->content_contains('Hello! email@example.org!', 'We ar logged in.'); } io("$FindBin::Bin/var")->rmtree if io("$FindBin::Bin/var")->exists;