Fix how logging gets intercepted. It used to be on by default, now it must be turned on.

This commit is contained in:
Colin Kuskie 2008-02-29 22:09:32 +00:00
parent 78776f2f33
commit 06f52bae9a
6 changed files with 29 additions and 7 deletions

View file

@ -116,6 +116,9 @@ foreach my $extTest ( @{ $extensionTests } ) {
# generateThumbnail
#
####################################################
WebGUI::Test->interceptLogging();
my $thumbStore = WebGUI::Storage::Image->create($session);
my $square = WebGUI::Image->new($session, 500, 500);
$square->setBackgroundColor('#FF0000');