test eighth interface

This commit is contained in:
Mark Andrews
2013-01-09 19:08:59 +11:00
parent c27c11ff2c
commit b8cbfab8f4

View File

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