1
0
mirror of https://github.com/sismics/docs.git synced 2026-02-04 03:17:29 +00:00

Fix inherited ACLs displayed on documents

This commit is contained in:
jendib
2016-05-08 23:40:08 +02:00
parent f41dafe76d
commit 3ff41d2002
4 changed files with 15 additions and 13 deletions

View File

@@ -47,7 +47,7 @@ public class TestShareResource extends BaseJerseyTest {
Assert.assertNotNull(document1Id);
// Add a file
String file1Id = null;
String file1Id;
try (InputStream is = Resources.getResource("file/PIA00452.jpg").openStream()) {
StreamDataBodyPart streamDataBodyPart = new StreamDataBodyPart("file", is, "PIA00452.jpg");
try (FormDataMultiPart multiPart = new FormDataMultiPart()) {