try {\r
profiler.stop();\r
assertStatusCode(res, testName);\r
- logger.debug(\r
+\r
+ logger.debug(\r
i + ": Uploaded image to Nuxeo in "\r
+ profiler.getCumulativeTime()\r
+ " milleseconds "\r
+ jpegFile.getAbsolutePath());\r
\r
String csid = extractId(res);\r
- //allResourceIdsCreated.add(csid);\r
this.knownResourceId = csid;\r
+ allResourceIdsCreated.add(csid);\r
} finally {\r
if (res != null) {\r
res.releaseConnection();\r