Return the correct path for the WebGUI lib directory in WebGUI::Test. Should probably just use WebGUI::Path instead.

This commit is contained in:
Colin Kuskie 2010-05-07 17:53:17 -07:00
parent c8075d98cd
commit 9162bd68c9

View file

@ -444,7 +444,7 @@ Returns the full path to the WebGUI lib directory, usually /data/WebGUI/lib.
=cut
our $WEBGUI_LIB = File::Spec->catdir( $WEBGUI_TEST_ROOT, File::Spec->updir );
our $WEBGUI_LIB = File::Spec->catdir( $WEBGUI_TEST_ROOT, File::Spec->updir, 'lib' );
sub lib {
return our $WEBGUI_LIB;