test eighth interface

This commit is contained in:
Mark Andrews
2013-01-09 19:08:59 +11:00
parent 513b5e8e51
commit 1a592aae29

View File

@@ -33,7 +33,7 @@ my @ids;
if ($id != 0) {
@ids = ($id);
} else {
@ids = (1..7);
@ids = (1..8);
}
foreach $id (@ids) {