Skip to content

Instantly share code, notes, and snippets.

Created June 9, 2010 02:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/430939 to your computer and use it in GitHub Desktop.
Save anonymous/430939 to your computer and use it in GitHub Desktop.
/data/WebGUI$ perl t/Config.t
1..15
ok 1 - load config
ok 2 - get()
ok 3 - get() macros hash
ok 4 - get() assets hash
ok 5 - get() shippingDrivers array
ok 6 - getFilename()
ok 7 - getWebguiRoot()
ok 8 - readAllConfigs
ok 9 - addToArray()
ok 10 - deleteFromArray()
ok 11 - addToHash()
ok 12 - deleteFromHash()
ok 13 - getCookieName()
ok 14 - asset classes are all valid asset classes
ok 15 - set: array, not scalar
Can't locate object method "new" via package "CODE" (perhaps you forgot to load "CODE"?) at /home/scott/plainblack/WebGUI7/webgui/t/lib/WebGUI/Test.pm line 823.
at t/Config.t line 11
main::__ANON__('Can\'t locate object method "new" via package "CODE" (perhaps...') called at /home/scott/plainblack/WebGUI7/webgui/t/lib/WebGUI/Test.pm line 823
WebGUI::Test::__ANON__('CODE', 'CODE(0x9b5a9e8)') called at /home/scott/plainblack/WebGUI7/webgui/t/lib/WebGUI/Test.pm line 941
WebGUI::Test::__ANON__() called at /home/scott/plainblack/WebGUI7/webgui/t/lib/WebGUI/Test.pm line 965
eval {...} called at /home/scott/plainblack/WebGUI7/webgui/t/lib/WebGUI/Test.pm line 965
WebGUI::Test::__ANON__() called at /home/scott/lib/perl5/site_perl/5.8.9/Scope/Guard.pm line 32
Scope::Guard::DESTROY('Scope::Guard=ARRAY(0xaa73f70)') called at /home/scott/plainblack/WebGUI7/webgui/t/lib/WebGUI/Test.pm line 150
eval {...} called at /home/scott/plainblack/WebGUI7/webgui/t/lib/WebGUI/Test.pm line 150
WebGUI::Test::cleanup('WebGUI::Test') called at /home/scott/plainblack/WebGUI7/webgui/t/lib/WebGUI/Test.pm line 143
WebGUI::Test::END() called at t/Config.t line 0
eval {...} called at t/Config.t line 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment