Prune dead code out that uses WebGUI::Test->lib.

This commit is contained in:
Colin Kuskie 2010-09-22 13:51:20 -07:00
parent b10c5f7870
commit 682cf97651
2 changed files with 0 additions and 2 deletions

View file

@ -23,7 +23,6 @@ use Test::More; # increment this value for each test you create
my $numTests = 0;
my $session = WebGUI::Test->session;
my $lib = WebGUI::Test->lib;
##Find the name of the International macro in the user's config file.

View file

@ -23,7 +23,6 @@ use Test::More; # increment this value for each test you create
my $numTests = 0;
my $session = WebGUI::Test->session;
my $lib = WebGUI::Test->lib;
# put your tests here