Commit 62d5fb34b12aec0b3224f1dda88d39998678d816
1 parent
1a7d3700
Fix typo in test case name
Showing
1 changed file
with
1 additions
and
1 deletions
examples/qtest/invert-images.test
| @@ -11,7 +11,7 @@ my $td = new TestDriver('invert-images'); | @@ -11,7 +11,7 @@ my $td = new TestDriver('invert-images'); | ||
| 11 | 11 | ||
| 12 | cleanup(); | 12 | cleanup(); |
| 13 | 13 | ||
| 14 | -$td->runtest("double page size", | 14 | +$td->runtest("invert images", |
| 15 | {$td->COMMAND => ['pdf-invert-images', ' --static-id', | 15 | {$td->COMMAND => ['pdf-invert-images', ' --static-id', |
| 16 | 'in.pdf', 'a.pdf']}, | 16 | 'in.pdf', 'a.pdf']}, |
| 17 | {$td->STRING => | 17 | {$td->STRING => |