[libflickr-api-perl] 22/40: Updated return domain test

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sat Jul 25 21:12:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to tag 1.08
in repository libflickr-api-perl.

commit 48cd49c72cf2461db1a709e3fbb876695f66bafe
Author: Oskari Okko Ojala <okko at frantic.com>
Date:   Wed Sep 12 11:52:02 2012 +0000

    Updated return domain test
---
 test.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test.pl b/test.pl
index 662bd00..e8feb9e 100644
--- a/test.pl
+++ b/test.pl
@@ -78,7 +78,7 @@ foreach my $item (keys %got) {
 }
 
 ok($uri->path eq '/services/auth/', "Checking correct return path");
-ok($uri->host eq 'www.flickr.com', "Checking return domain");
+ok($uri->host eq 'api.flickr.com', "Checking return domain");
 ok($uri->scheme eq 'http', "Checking return protocol");
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libflickr-api-perl.git



More information about the Pkg-perl-cvs-commits mailing list