jaxp/test/javax/xml/jaxp/unittest/transform/Bug6565260.java
changeset 40223 64662417aa2d
parent 32156 8def5917a696
child 40829 ad509d5baa06
--- a/jaxp/test/javax/xml/jaxp/unittest/transform/Bug6565260.java	Thu Aug 04 17:47:31 2016 -0700
+++ b/jaxp/test/javax/xml/jaxp/unittest/transform/Bug6565260.java	Mon Aug 08 12:50:00 2016 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -31,12 +31,18 @@
 import javax.xml.transform.stream.StreamSource;
 
 import org.testng.Assert;
+import org.testng.annotations.Listeners;
 import org.testng.annotations.Test;
 
 /*
+ * @test
  * @bug 6565260
+ * @library /javax/xml/jaxp/libs /javax/xml/jaxp/unittest
+ * @run testng/othervm -DrunSecMngr=true transform.Bug6565260
+ * @run testng/othervm transform.Bug6565260
  * @summary Test use-attribute-sets attribute is not used for the root node.
  */
+@Listeners({jaxp.library.FilePolicy.class})
 public class Bug6565260 {
 
     @Test
@@ -58,3 +64,4 @@
     }
 
 }
+