OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
62d5fb34b12aec0b3224f1dda88d39998678d816
Authored by
Jay Berkenbilt
2020-04-08 20:16:58 -0400
1 parent
1a7d3700
Fix typo in test case name
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
examples/qtest/invert-images.test
examples/qtest/invert-images.test
View file @
62d5fb3
...
...
@@ -11,7 +11,7 @@ my $td = new TestDriver('invert-images');
11
11
12
12
cleanup();
13
13
14
-$td->runtest("
double page size
",
14
+$td->runtest("
invert images
",
15
15
{$td->COMMAND => ['pdf-invert-images', ' --static-id',
16
16
'in.pdf', 'a.pdf']},
17
17
{$td->STRING =>
...
...