Opened 10 years ago
Last modified 9 years ago
#46423 new defect
p5-lj-simple: tests fail
Reported by: | mojca (Mojca Miklavec) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | p5-lj-simple |
Description
---> Testing p5.16-lj-simple PERL_DL_NONLAZY=1 /opt/local/bin/perl5.16 "-Iblib/lib" "-Iblib/arch" test.pl 1..42 # Running under perl version 5.016003 for darwin # Current time local: Mon Jan 5 21:49:16 2015 # Current time GMT: Mon Jan 5 20:49:16 2015 # Using Test.pm version 1.25_02 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 not ok 17 # Test 17 got: "Failed to shutdown socket - Socket is not connected" (test.pl at line 94) # Expected: "/HTTP request failed/" # test.pl line 94 is: ok($LJ::Simple::error,'/HTTP request failed/'); not ok 18 # Test 18 got: "Failed to shutdown socket - Socket is not connected" (test.pl at line 106) # Expected: "/LJ request failed: Invalid username/" # test.pl line 106 is: ok($LJ::Simple::error,'/LJ request failed: Invalid username/'); not ok 19 # Test 19 got: "Failed to shutdown socket - Socket is not connected" (test.pl at line 118) # Expected: "/LJ request failed: Invalid password/" # test.pl line 118 is: ok($LJ::Simple::error,'/LJ request failed: Invalid password/'); ok 20 ok 21 ok 22 not ok 23 # Failed test 23 in test.pl at line 208 # test.pl line 208 is: if (defined $lj) {ok(1)} else {ok(0)} not ok 24 # Failed test 24 in test.pl at line 213 # test.pl line 213 is: ok(0); not ok 25 # Failed test 25 in test.pl at line 218 # test.pl line 218 is: ok(0); not ok 26 # Failed test 26 in test.pl at line 223 # test.pl line 223 is: ok(0); ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 not ok 37 # Failed test 37 in test.pl at line 282 # test.pl line 282 is: ok(0); Error was: Failed to shutdown socket - Socket is not connected not ok 38 # Failed test 38 in test.pl at line 292 # test.pl line 292 is: ok(0); ok 39 not ok 40 # Failed test 40 in test.pl at line 305 # test.pl line 305 is: ok(0); not ok 41 # Failed test 41 in test.pl at line 309 # test.pl line 309 is: if ((defined $lj)&&(!defined $lj->groups(\%Groups))) { not ok 42 # Failed test 42 in test.pl at line 326 # test.pl line 326 is: ok(0);
Change History (1)
comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from kayos@… to macports-tickets@… |
---|
Note: See
TracTickets for help on using
tickets.