Skip to content

Commit 88b79a7

Browse files
committed
Issue #7: one batch of tests was not executed
1 parent 425c85a commit 88b79a7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scripts/test/FAQSearch.t

+7
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,13 @@ my @CreatedUserTests = (
763763
},
764764
);
765765

766+
# execute the tests
767+
for my $Test (@CreatedUserTests) {
768+
my @ItemIDs = $FAQObject->FAQSearch( %{ $Test->{Config} } );
769+
770+
is( \@ItemIDs, $Test->{ExpectedResults}, "$Test->{Name} FAQSearch()" );
771+
}
772+
766773
# last changed user tests
767774
my @LastChangedUserTests = (
768775
{

0 commit comments

Comments
 (0)