Skip to content

Commit

Permalink
Backport 83bce94cc8a7fb45b0604598411fbecc62000dfd
Browse files Browse the repository at this point in the history
  • Loading branch information
ktakakuri committed Jun 6, 2024
1 parent 32b02f5 commit 4ed1c90
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions jdk/test/javax/xml/jaxp/transform/8268457/SurrogateTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.FileReader;
import java.io.IOException;
import java.io.InputStream;
import java.nio.charset.Charset;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.nio.file.Paths;

Expand All @@ -43,15 +45,11 @@
import org.xml.sax.SAXException;
import org.xml.sax.helpers.DefaultHandler;

import org.testng.Assert;
import org.testng.annotations.Listeners;
import org.testng.annotations.Test;

/*
* @test
* @bug 8268457
* @library /test/lib
* @run main/othervm transform.SurrogateTest
* @run main/othervm SurrogateTest
* @summary XML Transformer outputs Unicode supplementary character incorrectly to HTML
*/
public class SurrogateTest {
Expand Down

0 comments on commit 4ed1c90

Please sign in to comment.