merged with SVN to get friends stuff

This commit is contained in:
Doug Bell 2007-10-26 00:50:05 +00:00
commit 7e12c6c2f0
73 changed files with 3262 additions and 424 deletions

View file

@ -14,7 +14,10 @@ use lib "$FindBin::Bin/../../lib";
use Test::MockObject;
my $mocker = Test::MockObject->new();
$mocker->fake_module('WebGUI::Form::Image');
#$mocker->fake_module('WebGUI::Form::Image', fake_method => sub {return 1;});
# XXX
# Hack to make this test run. This exact same code works fine for File.t above
$mocker->fake_module('WebGUI::Form::Image', fake_method => sub {return 1;});
$mocker->fake_new('WebGUI::Form::Image');
use WebGUI::Test;