Skip to content

Commit

Permalink
PDFBOX-5879: remove test message
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1920738 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Sep 17, 2024
1 parent 8e64f10 commit 0b2939f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ void testRotationMagic(@TempDir Path tempDir) throws Exception
"-o", path.toString() });

String result = new String(Files.readAllBytes(path), "UTF-8");
assertTrue(result.contains("Horizontal Text"), result);
assertTrue(result.contains("Vertical Text"), result);
assertTrue(result.contains("Horizontal Text"));
assertTrue(result.contains("Vertical Text"));
}

}

0 comments on commit 0b2939f

Please sign in to comment.