Skip to content

Commit

Permalink
update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Sep 9, 2024
1 parent 89497b0 commit 1831722
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<body>

<release version="5.6.2" date="not released">
<action type="update" dev="jhoh" issue="50">
<action type="update" dev="joerghoh" issue="50">
Add support for Rendition.getBinary() method.
</action>
<action type="update" dev="sseifert">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ public void testBinaryDownload() throws RepositoryException {
assertTrue(binary instanceof BinaryDownload);
assertEquals("https://blostore.local/blostore//content/dam/sample/portraits/scott_reynolds.jpg/jcr:content/renditions/original",
((BinaryDownload)binary).getURI(null).toString());

binary.dispose();
}

}

0 comments on commit 1831722

Please sign in to comment.