fix CPAN.pm test broken by hotfixes
David Golden [Mon, 21 Dec 2009 04:03:30 +0000 (23:03 -0500)]
cpan/CPAN/t/11mirroredby.t

index 42b359d..444ceb1 100644 (file)
@@ -26,7 +26,7 @@ isa_ok( $cmb, 'CPAN::Mirrored::By' );
 is( $cmb->continent(), 'continent',
     'continent() should return continent entry' );
 is( $cmb->country(), 'country', 'country() should return country entry' );
-is( $cmb->url(), 'http', 'url() should return best url entry' );
+is( $cmb->url(), 'ftp', 'url() should return best url entry' );
 
 __END__
 # Local Variables: