Skip to content

Commit

Permalink
Tests: enable tests for canvg issues 694 and 1439
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Jun 24, 2024
1 parent 96b7511 commit fe42f24
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1056,10 +1056,6 @@ public void testIssue690() throws TranscoderException, IOException {
testNVErrIgnore("samples/canvg/issue690.svg", BROWSER_MEDIA, 4);
}

/*
* TODO: investigate.
*/
@Disabled
@Test
public void testIssue694() throws TranscoderException, IOException {
testNV("samples/canvg/issue694.svg");
Expand Down Expand Up @@ -1137,7 +1133,7 @@ public void testIssue832() throws TranscoderException, IOException {
}

/*
* TODO: investigate possible enhancement.
* TODO: investigate possible bug.
*/
@Disabled
@Test
Expand Down Expand Up @@ -1210,7 +1206,7 @@ public void testIssue946() throws TranscoderException, IOException {
}

/*
* FIXME: investigate possible bug.
* Involves foreignObject.
*/
@Disabled
@Test
Expand Down Expand Up @@ -1272,10 +1268,6 @@ public void testIssue1364() throws TranscoderException, IOException {
testNV("samples/canvg/issue1364.svg");
}

/*
* TODO: investigate possible enhancement.
*/
@Disabled
@Test
public void testIssue1439() throws TranscoderException, IOException {
testNV("samples/canvg/issue1439.svg");
Expand Down
Binary file added test-references/samples/canvg/issue1439.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added test-references/samples/canvg/issue694.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fe42f24

Please sign in to comment.