Fix test setup and lib dirs.

This commit is contained in:
Colin Kuskie 2010-07-28 15:50:45 -07:00
parent 35284c0753
commit ead0c0d0e9

View file

@ -15,7 +15,7 @@
use FindBin;
use strict;
use lib "$FindBin::Bin/lib";
use lib "$FindBin::Bin/../lib";
use Test::More;
use WebGUI::Test; # Must use this before any other WebGUI modules
use WebGUI::Session;