We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e2c135 commit 3294f60Copy full SHA for 3294f60
fop-core/src/test/java/org/apache/fop/pdf/PDFObjectStreamTestCase.java
@@ -46,7 +46,7 @@ public void testObjectStreamsWithEncryption() throws IOException {
46
PDFDocument doc = new PDFDocument("");
47
doc.setEncryption(new PDFEncryptionParams());
48
String out = buildObjectStreamsPDF(doc);
49
- Assert.assertTrue(out.contains("<<\n /Type /ObjStm\n /N 3\n /First 16\n /Length 282\n>>\nstream"));
+ Assert.assertTrue(out.contains("<<\n /Type /ObjStm\n /N 3\n /First 16\n /Length"));
50
}
51
52
private String buildObjectStreamsPDF(PDFDocument doc) throws IOException {
0 commit comments