initial coding on activities
lots of debugging
This commit is contained in:
parent
cd66dbb780
commit
debcdd08a5
7 changed files with 88 additions and 39 deletions
|
|
@ -341,7 +341,7 @@ is($sub1->get('status'),'approved','set status to approved');
|
|||
$sub2->update({ status => 'denied' });
|
||||
is($sub2->get('status'),'denied','set status to denied');
|
||||
|
||||
SKIP: { skip "workflow activities not coded yet", 10 unless 0;
|
||||
SKIP: { skip "workflow activities not coded yet", 10 if 0;
|
||||
|
||||
# create the workflows/activities for processing
|
||||
my $approveSubmissions = WebGUI::Test::Activity->create( $session,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue