Rename to WebGUI::Fork

This commit is contained in:
Paul Driver 2010-09-28 12:56:26 -07:00
parent c8fd0b56ed
commit f2e0a4f667
12 changed files with 88 additions and 88 deletions

View file

@ -9,7 +9,7 @@
# http://www.plainblack.com info@plainblack.com
#------------------------------------------------------------------
# WebGUI::BackgroundProcess tests
# WebGUI::Fork tests
use strict;
use warnings;
@ -25,10 +25,10 @@ use JSON;
use WebGUI::Test;
use WebGUI::Session;
use WebGUI::BackgroundProcess;
use WebGUI::Fork;
my $class = 'WebGUI::BackgroundProcess';
my $testClass = 'WebGUI::Test::BackgroundProcess';
my $class = 'WebGUI::Fork';
my $testClass = 'WebGUI::Test::Fork';
my $pipe = $class->init();
my $session = WebGUI::Test->session;

View file

@ -1,4 +1,4 @@
package WebGUI::Test::BackgroundProcess;
package WebGUI::Test::Fork;
sub simple {
my ( $self, $arr ) = @_;