From 682cf976517d1eb7b0204c917eea7f835e920d93 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 22 Sep 2010 13:51:20 -0700 Subject: [PATCH] Prune dead code out that uses WebGUI::Test->lib. --- t/badExtrasMacros.t | 1 - t/templateSyntax.t | 1 - 2 files changed, 2 deletions(-) diff --git a/t/badExtrasMacros.t b/t/badExtrasMacros.t index 79ec867a7..6a141172b 100644 --- a/t/badExtrasMacros.t +++ b/t/badExtrasMacros.t @@ -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. diff --git a/t/templateSyntax.t b/t/templateSyntax.t index 8764b47fc..72f2dbc6c 100644 --- a/t/templateSyntax.t +++ b/t/templateSyntax.t @@ -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