Skip to content

Commit

Permalink
[tools/test_summary.pl] add S19 to the list of synopses being tested
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Berends committed Aug 22, 2010
1 parent 9288360 commit b958a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test_summary.pl
Expand Up @@ -61,7 +61,7 @@

# Prepare arrays and hashes to gather and accumulate test statistics
my @col = qw(pass fail todo skip plan spec);
my @syn = qw(S02 S03 S04 S05 S06 S07 S09 S10 S11 S12 S13 S14 S16 S17 S28 S29 S32 int);
my @syn = qw(S02 S03 S04 S05 S06 S07 S09 S10 S11 S12 S13 S14 S16 S17 S19 S28 S29 S32 int);
my %syn; # number of test scripts per Synopsis
my %sum; # total pass/fail/todo/skip/test/plan per Synposis
my $syn;
Expand Down

0 comments on commit b958a10

Please sign in to comment.