X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2Fstemmaweb.git;a=blobdiff_plain;f=t%2F07google.t;h=37f0a66c38c9a84d1559aebc0980908e22e63cfa;hp=09a2c6546fbd67750255a791f3a42c5990ab3234;hb=feeb6c3125fb1c43fc0ee295fe3b1dfaf0d9a12c;hpb=1c65af4117a07fa1e9a80fa92b1409133c4edba8 diff --git a/t/07google.t b/t/07google.t index 09a2c65..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.';