aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qtest/overlay-page.test
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qtest/overlay-page.test')
-rw-r--r--examples/qtest/overlay-page.test16
1 files changed, 8 insertions, 8 deletions
diff --git a/examples/qtest/overlay-page.test b/examples/qtest/overlay-page.test
index a946b0ca..be9bcb10 100644
--- a/examples/qtest/overlay-page.test
+++ b/examples/qtest/overlay-page.test
@@ -12,18 +12,18 @@ my $td = new TestDriver('overlay-page');
cleanup();
$td->runtest("overlay-page",
- {$td->COMMAND => "pdf-overlay-page in.pdf stamp.pdf a.pdf"},
- {$td->STRING => "", $td->EXIT_STATUS => 0});
+ {$td->COMMAND => "pdf-overlay-page in.pdf stamp.pdf a.pdf"},
+ {$td->STRING => "", $td->EXIT_STATUS => 0});
$td->runtest("compare files",
- {$td->FILE => "a.pdf"},
- {$td->FILE => "out.pdf"});
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "out.pdf"});
$td->runtest("overlay-page with fields/ annotations",
- {$td->COMMAND => "pdf-overlay-page in.pdf annotations.pdf a.pdf"},
- {$td->STRING => "", $td->EXIT_STATUS => 0});
+ {$td->COMMAND => "pdf-overlay-page in.pdf annotations.pdf a.pdf"},
+ {$td->STRING => "", $td->EXIT_STATUS => 0});
$td->runtest("compare files",
- {$td->FILE => "a.pdf"},
- {$td->FILE => "annotations-out.pdf"});
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "annotations-out.pdf"});
cleanup();