Skip to content

Instantly share code, notes, and snippets.

@nekoya
Created September 17, 2009 23:20
Show Gist options
  • Save nekoya/188783 to your computer and use it in GitHub Desktop.
Save nekoya/188783 to your computer and use it in GitHub Desktop.
/Users/ryo/projects/ark% prove -lv t/plugin_authentication_cred_password_with_models.t
t/plugin_authentication_cred_password_with_models.t ..
ok 1 - not login ok
Use of uninitialized value in hash element at /Users/ryo/perl5/lib/perl5/Object/Container.pm line 77.
Use of uninitialized value in hash element at /Users/ryo/perl5/lib/perl5/Object/Container.pm line 75.
Use of uninitialized value in concatenation (.) or string at /Users/ryo/perl5/lib/perl5/Object/Container.pm line 77.
Use of uninitialized value in pattern match (m//) at /Users/ryo/projects/ark/lib/Ark/Models.pm line 151.
[error] Caught exception in engine """ is not registered in T1::Models at /Users/ryo/projects/ark/lib/Ark/Core.pm line 445"
not ok 2 - login ok
# Failed test 'login ok'
# at t/plugin_authentication_cred_password_with_models.t line 79.
# got: 'Internal Server Error'
# expected: 'login done'
not ok 3 - logined ok
# Failed test 'logined ok'
# at t/plugin_authentication_cred_password_with_models.t line 80.
# got: 'require login'
# expected: 'logined: user1'
1..3
# Looks like you failed 2 tests of 3.
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/3 subtests
Test Summary Report
-------------------
t/plugin_authentication_cred_password_with_models.t (Wstat: 512 Tests: 3 Failed: 2)
Failed tests: 2-3
Non-zero exit status: 2
Files=1, Tests=3, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.33 cusr 0.04 csys = 0.41 CPU)
Result: FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment