started submission queue
This commit is contained in:
parent
226d87ca3e
commit
d114084a76
7 changed files with 697 additions and 156 deletions
|
|
@ -137,7 +137,7 @@ WebGUI::Test->tagsToRollback($versionTag);
|
|||
|
||||
loginRgstr;
|
||||
|
||||
is( $ems->hasForms, 0, 'ems currently has no forms' );
|
||||
is( $ems->hasSubmissionForms, 0, 'ems currently has no forms' );
|
||||
|
||||
#print 'press return to continue test' ; <>;
|
||||
|
||||
|
|
@ -161,7 +161,7 @@ my $frmA = $ems->addSubmissionForm({
|
|||
formDescription => $formAdesc,
|
||||
});
|
||||
isa_ok( $frmA, 'WebGUI::Asset::EMSSubmissionForm' );
|
||||
is( $ems->hasForms, 1, 'ems now has forms' );
|
||||
is( $ems->hasSubmissionForms, 1, 'ems now has forms' );
|
||||
is_deeply( $frmA->getFormDescription, $formAdesc, 'form description matches' );
|
||||
|
||||
my $formBdesc = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue