Rename to WebGUI::Fork
This commit is contained in:
parent
c8fd0b56ed
commit
f2e0a4f667
12 changed files with 88 additions and 88 deletions
|
|
@ -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;
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package WebGUI::Test::BackgroundProcess;
|
||||
package WebGUI::Test::Fork;
|
||||
|
||||
sub simple {
|
||||
my ( $self, $arr ) = @_;
|
||||
Loading…
Add table
Add a link
Reference in a new issue