diff --git a/lib/WebGUI/Paths.pm b/lib/WebGUI/Paths.pm index 7de1d2cb4..e693e9e16 100644 --- a/lib/WebGUI/Paths.pm +++ b/lib/WebGUI/Paths.pm @@ -204,6 +204,7 @@ sub preloadExclude { my $class = shift; my @excludes = _readTextLines($class->preloadExclusions); push @excludes, 'WebGUI::Upgrade', 'WebGUI::Upgrade::*'; + push @excludes, 'WebGUI::Test', 'WebGUI::Test::*'; return @excludes; }