[jbossws-commits] JBossWS SVN: r19288 - stack/cxf/branches/arquillian/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2917.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Sun Dec 28 14:17:01 EST 2014


Author: rsearls
Date: 2014-12-28 14:17:01 -0500 (Sun, 28 Dec 2014)
New Revision: 19288

Modified:
   stack/cxf/branches/arquillian/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2917/JBWS2917TestCase.java
Log:
arquillian migration jbws2917 test

Modified: stack/cxf/branches/arquillian/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2917/JBWS2917TestCase.java
===================================================================
--- stack/cxf/branches/arquillian/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2917/JBWS2917TestCase.java	2014-12-28 02:23:10 UTC (rev 19287)
+++ stack/cxf/branches/arquillian/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2917/JBWS2917TestCase.java	2014-12-28 19:17:01 UTC (rev 19288)
@@ -28,14 +28,20 @@
 
 import org.jboss.ws.common.DOMUtils;
 import org.jboss.wsf.test.JBossWSTest;
-
+import org.junit.Test;
+import org.junit.runner.RunWith;
+import org.jboss.arquillian.container.test.api.RunAsClient;
+import org.jboss.arquillian.junit.Arquillian;
 /**
  * [JBWS-2917] We're using buggy xalan version causing namespaces issues
  *
  * @author <a href="mailto:ropalka at redhat.com">Richard Opalka</a>
  */
+ at RunWith(Arquillian.class)
 public final class JBWS2917TestCase extends JBossWSTest
 {
+   @Test
+   @RunAsClient
    public void testToString() throws Exception
    {
       String XML_SOURCE = "<?xml version='1.0' encoding='UTF-8' standalone='yes'?>\n" +



More information about the jbossws-commits mailing list