[jboss-svn-commits] JBoss Common SVN: r4160 - in arquillian/tags/1.0.0.Alpha1: doc/reference/src/main/docbook/en-US/images and 7 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Mar 10 12:49:20 EST 2010
Author: pete.muir at jboss.org
Date: 2010-03-10 12:49:19 -0500 (Wed, 10 Mar 2010)
New Revision: 4160
Added:
arquillian/tags/1.0.0.Alpha1/doc/reference/src/main/docbook/en-US/images/maven-properties-screen.png
Removed:
arquillian/tags/1.0.0.Alpha1/doc/reference/src/main/docbook/en-US/images/maven-properties-screen.png
Modified:
arquillian/tags/1.0.0.Alpha1/doc/reference/src/main/docbook/en-US/debugging.xml
arquillian/tags/1.0.0.Alpha1/doc/reference/src/main/docbook/en-US/examples.xml
arquillian/tags/1.0.0.Alpha1/doc/reference/src/main/docbook/en-US/extend.xml
arquillian/tags/1.0.0.Alpha1/doc/reference/src/main/docbook/en-US/gettingstarted.xml
arquillian/tags/1.0.0.Alpha1/doc/reference/src/main/docbook/en-US/images/netbeans-project-configuration.png
arquillian/tags/1.0.0.Alpha1/doc/reference/src/main/docbook/en-US/intro.xml
arquillian/tags/1.0.0.Alpha1/examples/domain/src/main/java/com/acme/ejb/TemperatureConverter.java
arquillian/tags/1.0.0.Alpha1/examples/domain/src/main/java/com/acme/ejb/TemperatureConverterBean.java
arquillian/tags/1.0.0.Alpha1/examples/junit/src/test/java/com/acme/cdi/random/RandomTestCase.java
arquillian/tags/1.0.0.Alpha1/examples/junit/src/test/java/com/acme/ejb/TemperatureConverterTestCase.java
arquillian/tags/1.0.0.Alpha1/examples/testng/src/test/java/com/acme/ejb/TemperatureConverterTestCase.java
arquillian/tags/1.0.0.Alpha1/junit/src/test/java/org/jboss/arquillian/junit/JUnitDeploymentAppenderTestCase.java
arquillian/tags/1.0.0.Alpha1/protocols/servlet/src/test/java/org/jboss/arquillian/protocol/servlet/ProtocolDeploymentAppenderTestCase.java
arquillian/tags/1.0.0.Alpha1/protocols/servlet/src/test/java/org/jboss/arquillian/protocol/servlet/ProtocolTestCase.java
arquillian/tags/1.0.0.Alpha1/testng/src/test/java/org/jboss/arquillian/testng/TestNGDeploymentAppenderTestCase.java
Log:
backport ARQ-89, ARQ-90, ARQ-91 fixes to tag
Modified: arquillian/tags/1.0.0.Alpha1/doc/reference/src/main/docbook/en-US/debugging.xml
===================================================================
--- arquillian/tags/1.0.0.Alpha1/doc/reference/src/main/docbook/en-US/debugging.xml 2010-03-10 17:27:50 UTC (rev 4159)
+++ arquillian/tags/1.0.0.Alpha1/doc/reference/src/main/docbook/en-US/debugging.xml 2010-03-10 17:49:19 UTC (rev 4160)
@@ -46,15 +46,15 @@
The Eclipse Server Tools, a subproject of the Eclipse Web Tools Project (WTP), has support for launching most
major application servers, including JBoss AS 5. However, if you are using JBoss AS, you should consider using
JBoss Tools instead, which offers tighter integration with JBoss technologies. See either the <ulink
- src="http://www.eclipse.org/webtools/server/server.php">Server Tools documentation</ulink> or the <ulink
- src="http://docs.jboss.org/tools/3.0.1.GA/en/as/html/index.html">JBoss Tools documentation</ulink> for
+ url="http://www.eclipse.org/webtools/server/server.php">Server Tools documentation</ulink> or the <ulink
+ url="http://docs.jboss.org/tools/3.0.1.GA/en/as/html/index.html">JBoss Tools documentation</ulink> for
instructions on how to setup a container and start it in debug mode.
</para>
<para>
<!-- TODO migration the documentation from this blog entry into this guide -->
See <ulink
- src="http://maverikpro.wordpress.com/2007/11/26/remote-debug-a-web-application-using-eclipse">this blog
+ url="http://maverikpro.wordpress.com/2007/11/26/remote-debug-a-web-application-using-eclipse">this blog
entry</ulink> to learn how to start JBoss AS with JPDA enabled and how to get the Eclipse debugger to
connect to the remote process.
</para>
Modified: arquillian/tags/1.0.0.Alpha1/doc/reference/src/main/docbook/en-US/examples.xml
===================================================================
--- arquillian/tags/1.0.0.Alpha1/doc/reference/src/main/docbook/en-US/examples.xml 2010-03-10 17:27:50 UTC (rev 4159)
+++ arquillian/tags/1.0.0.Alpha1/doc/reference/src/main/docbook/en-US/examples.xml 2010-03-10 17:49:19 UTC (rev 4160)
@@ -74,7 +74,10 @@
</para>
<mediaobject>
- <imageobject>
+ <imageobject role="fo">
+ <imagedata fileref="images/maven-properties-screen.png" format="PNG" align="center" scalefit="1"/>
+ </imageobject>
+ <imageobject role="html">
<imagedata fileref="images/maven-properties-screen.png" format="PNG" align="center"/>
</imageobject>
<caption>
@@ -95,7 +98,10 @@
</para>
<mediaobject>
- <imageobject>
+ <imageobject role="fo">
+ <imagedata fileref="images/testng-run-test.png" format="PNG" align="center" scalefit="1"/>
+ </imageobject>
+ <imageobject role="html">
<imagedata fileref="images/testng-run-test.png" format="PNG" align="center"/>
</imageobject>
<caption>
Modified: arquillian/tags/1.0.0.Alpha1/doc/reference/src/main/docbook/en-US/extend.xml
===================================================================
--- arquillian/tags/1.0.0.Alpha1/doc/reference/src/main/docbook/en-US/extend.xml 2010-03-10 17:27:50 UTC (rev 4159)
+++ arquillian/tags/1.0.0.Alpha1/doc/reference/src/main/docbook/en-US/extend.xml 2010-03-10 17:49:19 UTC (rev 4160)
@@ -22,7 +22,10 @@
-->
<mediaobject>
- <imageobject>
+ <imageobject role="fo">
+ <imagedata fileref="images/spi-overview-small.png" format="PNG" align="center" scalefit="1"/>
+ </imageobject>
+ <imageobject role="html">
<imagedata fileref="images/spi-overview-small.png" format="PNG" align="center"/>
</imageobject>
<caption>
@@ -30,96 +33,96 @@
</caption>
</mediaobject>
- <para>
- This chapter will identify each of the SPIs and the purpose it serves.
- </para>
-
- <para>
- TODO: Finish me
- </para>
-
- <section id="extend.deployment">
- <title>@Deployment</title>
- <para></para>
- </section>
-
- <section id="extend.client">
- <title>Client Side</title>
-
- <section id="extend.client.deployment.auxiliaryarchivetappender">
- <title>AuxiliaryArchiveAppender</title>
- <para>
- Appending auxiliary archives to the final deployment.
- </para>
- </section>
-
- <section id="extend.client.deployment.auxiliaryarchiveprocessor">
- <title>AuxiliarArchiveProcessor</title>
- <para>
-
- </para>
- </section>
-
- <section id="extend.client.deployment.applicationachivegenerator">
- <title>ApplicatonArchiveGenerator</title>
- <para></para>
-
-<!--
- <section id="extend.client.deployment">
- <title>@Deployment</title>
- <para>
-
- </para>
- </section>
--->
- </section>
-
- <section id="extend.client.deployment.applicationarchiveprocessor">
- <title>ApplicationArchiveProcessor</title>
- <para>
- A post processor for the Application generated archive. Used for application packaging enhancements.
- </para>
- </section>
-
- <section id="extend.client.deployment.deploymentpackager">
- <title>DeploymentPackager</title>
- <para>Responsible for creating the deployable archive.</para>
- </section>
-
- <section id="extend.client.container">
- <title>DeployableContainers</title>
- <para>Container integration, life cycle control.</para>
- </section>
-
- <section id="extend.client.methodexecutor">
- <title>ContainerMethodExecutor</title>
- <para>Communication with the TestRunner inside the Container</para>
- </section>
-
- </section>
-
- <section id="extend.container">
- <title>Container Side</title>
-
- <section id="extend.container.testenrichers">
- <title>TestEnrichers</title>
- <para>Instance injection, @EJB/@Resource/@Inject.</para>
- </section>
-
- <section id="extend.container.testrunners">
- <title>TestRunners</title>
- <para>Execute the test case inside the container</para>
- <section id="extend.container.testrunners.testng">
- <title>TestNG</title>
- <para>..</para>
- </section>
- <section id="extend.container.testrunners.junit">
- <title>JUnit</title>
- <para>..</para>
- </section>
- </section>
-
- </section>
+<!-- <para>-->
+<!-- This chapter will identify each of the SPIs and the purpose it serves.-->
+<!-- </para>-->
+<!---->
+<!-- <para>-->
+<!-- TODO: Finish me-->
+<!-- </para>-->
+<!---->
+<!-- <section id="extend.deployment">-->
+<!-- <title>@Deployment</title>-->
+<!-- <para></para>-->
+<!-- </section>-->
+<!---->
+<!-- <section id="extend.client">-->
+<!-- <title>Client Side</title>-->
+<!-- -->
+<!-- <section id="extend.client.deployment.auxiliaryarchivetappender">-->
+<!-- <title>AuxiliaryArchiveAppender</title>-->
+<!-- <para>-->
+<!-- Appending auxiliary archives to the final deployment.-->
+<!-- </para>-->
+<!-- </section>-->
+<!---->
+<!-- <section id="extend.client.deployment.auxiliaryarchiveprocessor">-->
+<!-- <title>AuxiliarArchiveProcessor</title>-->
+<!-- <para>-->
+<!-- -->
+<!-- </para>-->
+<!-- </section>-->
+<!---->
+<!-- <section id="extend.client.deployment.applicationachivegenerator">-->
+<!-- <title>ApplicatonArchiveGenerator</title>-->
+<!-- <para></para>-->
+<!---->
+<!-- -->
+<!-- <section id="extend.client.deployment">-->
+<!-- <title>@Deployment</title>-->
+<!-- <para>-->
+<!-- -->
+<!-- </para>-->
+<!-- </section>-->
+<!---->
+<!-- </section>-->
+<!---->
+<!-- <section id="extend.client.deployment.applicationarchiveprocessor">-->
+<!-- <title>ApplicationArchiveProcessor</title>-->
+<!-- <para>-->
+<!-- A post processor for the Application generated archive. Used for application packaging enhancements. -->
+<!-- </para>-->
+<!-- </section>-->
+<!---->
+<!-- <section id="extend.client.deployment.deploymentpackager">-->
+<!-- <title>DeploymentPackager</title>-->
+<!-- <para>Responsible for creating the deployable archive.</para>-->
+<!-- </section>-->
+<!---->
+<!-- <section id="extend.client.container">-->
+<!-- <title>DeployableContainers</title>-->
+<!-- <para>Container integration, life cycle control.</para>-->
+<!-- </section>-->
+<!-- -->
+<!-- <section id="extend.client.methodexecutor">-->
+<!-- <title>ContainerMethodExecutor</title>-->
+<!-- <para>Communication with the TestRunner inside the Container</para>-->
+<!-- </section>-->
+<!---->
+<!-- </section>-->
+<!-- -->
+<!-- <section id="extend.container">-->
+<!-- <title>Container Side</title>-->
+<!-- -->
+<!-- <section id="extend.container.testenrichers">-->
+<!-- <title>TestEnrichers</title>-->
+<!-- <para>Instance injection, @EJB/@Resource/@Inject.</para>-->
+<!-- </section>-->
+<!-- -->
+<!-- <section id="extend.container.testrunners">-->
+<!-- <title>TestRunners</title>-->
+<!-- <para>Execute the test case inside the container</para>-->
+<!-- <section id="extend.container.testrunners.testng">-->
+<!-- <title>TestNG</title>-->
+<!-- <para>..</para>-->
+<!-- </section>-->
+<!-- <section id="extend.container.testrunners.junit">-->
+<!-- <title>JUnit</title>-->
+<!-- <para>..</para>-->
+<!-- </section>-->
+<!-- </section>-->
+<!-- -->
+<!-- </section>-->
<!--
vim:et:ts=3:sw=3:tw=120
-->
Modified: arquillian/tags/1.0.0.Alpha1/doc/reference/src/main/docbook/en-US/gettingstarted.xml
===================================================================
--- arquillian/tags/1.0.0.Alpha1/doc/reference/src/main/docbook/en-US/gettingstarted.xml 2010-03-10 17:27:50 UTC (rev 4159)
+++ arquillian/tags/1.0.0.Alpha1/doc/reference/src/main/docbook/en-US/gettingstarted.xml 2010-03-10 17:49:19 UTC (rev 4160)
@@ -116,7 +116,7 @@
return ((f - 32) * 5 / 9);
}
- public double convertToFarenheight(double c) {
+ public double convertToFarenheit(double c) {
return ((c * 9 / 5) + 32);
}
@@ -206,9 +206,9 @@
}
@Test
- public void testConvertToFarenheight() {
- Assert.assertEquals(converter.convertToFarenheight(0d), 32d);
- Assert.assertEquals(converter.convertToFarenheight(100d), 212d);
+ public void testConvertToFarenheit() {
+ Assert.assertEquals(converter.convertToFarenheit(0d), 32d);
+ Assert.assertEquals(converter.convertToFarenheit(100d), 212d);
}
}]]></programlisting>
@@ -238,9 +238,9 @@
}
@Test
- public void testConvertToFarenheight() {
- Assert.assertEquals(converter.convertToFarenheight(0d), 32d);
- Assert.assertEquals(converter.convertToFarenheight(100d), 212d);
+ public void testConvertToFarenheit() {
+ Assert.assertEquals(converter.convertToFarenheit(0d), 32d);
+ Assert.assertEquals(converter.convertToFarenheit(100d), 212d);
}
}]]></programlisting>
@@ -265,7 +265,7 @@
<para>
If you haven't already, download the latest version of JBoss AS 6.0 from the <ulink
- src="http://www.jboss.org/jbossas/downloads/">JBoss AS download page</ulink>, extract the distribution and
+ url="http://www.jboss.org/jbossas/downloads/">JBoss AS download page</ulink>, extract the distribution and
start the container.
</para>
@@ -371,7 +371,10 @@
</para>
<mediaobject>
- <imageobject>
+ <imageobject role="fo">
+ <imagedata fileref="images/maven-properties-screen.png" format="PNG" align="center" scalefit="1"/>
+ </imageobject>
+ <imageobject role="html">
<imagedata fileref="images/maven-properties-screen.png" format="PNG" align="center"/>
</imageobject>
<caption>
@@ -391,7 +394,10 @@
</para>
<mediaobject>
- <imageobject>
+ <imageobject role="fo">
+ <imagedata fileref="images/junit-run-test.png" format="PNG" align="center" scalefit="1"/>
+ </imageobject>
+ <imageobject role="html">
<imagedata fileref="images/junit-run-test.png" format="PNG" align="center"/>
</imageobject>
<caption>
@@ -416,7 +422,10 @@
</para>
<mediaobject>
- <imageobject>
+ <imageobject role="fo">
+ <imagedata fileref="images/netbeans-project-configuration.png" format="PNG" align="center" scalefit="1"/>
+ </imageobject>
+ <imageobject role="html">
<imagedata fileref="images/netbeans-project-configuration.png" format="PNG" align="center"/>
</imageobject>
<caption>
@@ -431,7 +440,10 @@
</para>
<mediaobject>
- <imageobject>
+ <imageobject role="fo">
+ <imagedata fileref="images/netbeans-green-bar.png" format="PNG" align="center" scale="75"/>
+ </imageobject>
+ <imageobject role="html">
<imagedata fileref="images/netbeans-green-bar.png" format="PNG" align="center"/>
</imageobject>
<caption>
Deleted: arquillian/tags/1.0.0.Alpha1/doc/reference/src/main/docbook/en-US/images/maven-properties-screen.png
===================================================================
(Binary files differ)
Copied: arquillian/tags/1.0.0.Alpha1/doc/reference/src/main/docbook/en-US/images/maven-properties-screen.png (from rev 4159, arquillian/trunk/doc/reference/src/main/docbook/en-US/images/maven-properties-screen.png)
===================================================================
(Binary files differ)
Modified: arquillian/tags/1.0.0.Alpha1/doc/reference/src/main/docbook/en-US/images/netbeans-project-configuration.png
===================================================================
(Binary files differ)
Modified: arquillian/tags/1.0.0.Alpha1/doc/reference/src/main/docbook/en-US/intro.xml
===================================================================
--- arquillian/tags/1.0.0.Alpha1/doc/reference/src/main/docbook/en-US/intro.xml 2010-03-10 17:27:50 UTC (rev 4159)
+++ arquillian/tags/1.0.0.Alpha1/doc/reference/src/main/docbook/en-US/intro.xml 2010-03-10 17:49:19 UTC (rev 4160)
@@ -80,7 +80,10 @@
</para>
<mediaobject>
- <imageobject>
+ <imageobject role="fo">
+ <imagedata fileref="images/architecture-overview.png" format="PNG" align="center" scale="75"/>
+ </imageobject>
+ <imageobject role="html">
<imagedata fileref="images/architecture-overview.png" format="PNG" align="center"/>
</imageobject>
<caption>
Modified: arquillian/tags/1.0.0.Alpha1/examples/domain/src/main/java/com/acme/ejb/TemperatureConverter.java
===================================================================
--- arquillian/tags/1.0.0.Alpha1/examples/domain/src/main/java/com/acme/ejb/TemperatureConverter.java 2010-03-10 17:27:50 UTC (rev 4159)
+++ arquillian/tags/1.0.0.Alpha1/examples/domain/src/main/java/com/acme/ejb/TemperatureConverter.java 2010-03-10 17:49:19 UTC (rev 4160)
@@ -2,8 +2,12 @@
import javax.ejb.Local;
-public @Local interface TemperatureConverter {
- double convertToCelcius(double f);
- double convertToFarenheight(double c);
+public @Local
+interface TemperatureConverter
+{
+ double convertToCelsius(double f);
+
+ double convertToFarenheit(double c);
+
boolean isTransactional();
}
Modified: arquillian/tags/1.0.0.Alpha1/examples/domain/src/main/java/com/acme/ejb/TemperatureConverterBean.java
===================================================================
--- arquillian/tags/1.0.0.Alpha1/examples/domain/src/main/java/com/acme/ejb/TemperatureConverterBean.java 2010-03-10 17:27:50 UTC (rev 4159)
+++ arquillian/tags/1.0.0.Alpha1/examples/domain/src/main/java/com/acme/ejb/TemperatureConverterBean.java 2010-03-10 17:49:19 UTC (rev 4160)
@@ -10,12 +10,12 @@
@Resource EJBContext ctx;
@Override
- public double convertToCelcius(double f) {
+ public double convertToCelsius(double f) {
return ((f - 32) * 5 / 9);
}
@Override
- public double convertToFarenheight(double c) {
+ public double convertToFarenheit(double c) {
return ((c * 9 / 5) + 32);
}
Modified: arquillian/tags/1.0.0.Alpha1/examples/junit/src/test/java/com/acme/cdi/random/RandomTestCase.java
===================================================================
--- arquillian/tags/1.0.0.Alpha1/examples/junit/src/test/java/com/acme/cdi/random/RandomTestCase.java 2010-03-10 17:27:50 UTC (rev 4159)
+++ arquillian/tags/1.0.0.Alpha1/examples/junit/src/test/java/com/acme/cdi/random/RandomTestCase.java 2010-03-10 17:49:19 UTC (rev 4160)
@@ -18,14 +18,13 @@
import javax.inject.Inject;
-import junit.framework.Assert;
-
import org.jboss.arquillian.api.Deployment;
import org.jboss.arquillian.junit.Arquillian;
import org.jboss.shrinkwrap.api.ArchivePaths;
import org.jboss.shrinkwrap.api.Archives;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.jboss.shrinkwrap.impl.base.asset.ByteArrayAsset;
+import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
Modified: arquillian/tags/1.0.0.Alpha1/examples/junit/src/test/java/com/acme/ejb/TemperatureConverterTestCase.java
===================================================================
--- arquillian/tags/1.0.0.Alpha1/examples/junit/src/test/java/com/acme/ejb/TemperatureConverterTestCase.java 2010-03-10 17:27:50 UTC (rev 4159)
+++ arquillian/tags/1.0.0.Alpha1/examples/junit/src/test/java/com/acme/ejb/TemperatureConverterTestCase.java 2010-03-10 17:49:19 UTC (rev 4160)
@@ -2,11 +2,10 @@
import javax.ejb.EJB;
-import junit.framework.Assert;
-
import org.jboss.arquillian.api.Deployment;
import org.jboss.shrinkwrap.api.Archives;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
+import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -24,15 +23,15 @@
}
@Test
- public void testConvertToCelcius() {
- Assert.assertEquals(converter.convertToCelcius(32d), 0d);
- Assert.assertEquals(converter.convertToCelcius(212d), 100d);
+ public void testConvertToCelsius() {
+ Assert.assertEquals(converter.convertToCelsius(32d), 0d, 0d);
+ Assert.assertEquals(converter.convertToCelsius(212d), 100d, 0d);
}
@Test
- public void testConvertToFarenheight() {
- Assert.assertEquals(converter.convertToFarenheight(0d), 32d);
- Assert.assertEquals(converter.convertToFarenheight(100d), 212d);
+ public void testConvertToFarenheit() {
+ Assert.assertEquals(converter.convertToFarenheit(0d), 32d, 0d);
+ Assert.assertEquals(converter.convertToFarenheit(100d), 212d, 0d);
}
@Test
Modified: arquillian/tags/1.0.0.Alpha1/examples/testng/src/test/java/com/acme/ejb/TemperatureConverterTestCase.java
===================================================================
--- arquillian/tags/1.0.0.Alpha1/examples/testng/src/test/java/com/acme/ejb/TemperatureConverterTestCase.java 2010-03-10 17:27:50 UTC (rev 4159)
+++ arquillian/tags/1.0.0.Alpha1/examples/testng/src/test/java/com/acme/ejb/TemperatureConverterTestCase.java 2010-03-10 17:49:19 UTC (rev 4160)
@@ -1,6 +1,7 @@
package com.acme.ejb;
import javax.ejb.EJB;
+
import org.jboss.arquillian.api.Deployment;
import org.jboss.arquillian.testng.Arquillian;
import org.jboss.shrinkwrap.api.Archives;
@@ -21,15 +22,15 @@
}
@Test
- public void testConvertToCelcius() {
- Assert.assertEquals(converter.convertToCelcius(32d), 0d);
- Assert.assertEquals(converter.convertToCelcius(212d), 100d);
+ public void testConvertToCelsius() {
+ Assert.assertEquals(converter.convertToCelsius(32d), 0d);
+ Assert.assertEquals(converter.convertToCelsius(212d), 100d);
}
@Test
- public void testConvertToFarenheight() {
- Assert.assertEquals(converter.convertToFarenheight(0d), 32d);
- Assert.assertEquals(converter.convertToFarenheight(100d), 212d);
+ public void testConvertToFarenheit() {
+ Assert.assertEquals(converter.convertToFarenheit(0d), 32d);
+ Assert.assertEquals(converter.convertToFarenheit(100d), 212d);
}
@Test
Modified: arquillian/tags/1.0.0.Alpha1/junit/src/test/java/org/jboss/arquillian/junit/JUnitDeploymentAppenderTestCase.java
===================================================================
--- arquillian/tags/1.0.0.Alpha1/junit/src/test/java/org/jboss/arquillian/junit/JUnitDeploymentAppenderTestCase.java 2010-03-10 17:27:50 UTC (rev 4159)
+++ arquillian/tags/1.0.0.Alpha1/junit/src/test/java/org/jboss/arquillian/junit/JUnitDeploymentAppenderTestCase.java 2010-03-10 17:49:19 UTC (rev 4160)
@@ -16,10 +16,9 @@
*/
package org.jboss.arquillian.junit;
-import junit.framework.Assert;
-
import org.jboss.shrinkwrap.api.Archive;
import org.jboss.shrinkwrap.api.ArchivePaths;
+import org.junit.Assert;
import org.junit.Test;
/**
Modified: arquillian/tags/1.0.0.Alpha1/protocols/servlet/src/test/java/org/jboss/arquillian/protocol/servlet/ProtocolDeploymentAppenderTestCase.java
===================================================================
--- arquillian/tags/1.0.0.Alpha1/protocols/servlet/src/test/java/org/jboss/arquillian/protocol/servlet/ProtocolDeploymentAppenderTestCase.java 2010-03-10 17:27:50 UTC (rev 4159)
+++ arquillian/tags/1.0.0.Alpha1/protocols/servlet/src/test/java/org/jboss/arquillian/protocol/servlet/ProtocolDeploymentAppenderTestCase.java 2010-03-10 17:49:19 UTC (rev 4160)
@@ -16,10 +16,9 @@
*/
package org.jboss.arquillian.protocol.servlet;
-import junit.framework.Assert;
-
import org.jboss.shrinkwrap.api.Archive;
import org.jboss.shrinkwrap.api.ArchivePaths;
+import org.junit.Assert;
import org.junit.Test;
/**
Modified: arquillian/tags/1.0.0.Alpha1/protocols/servlet/src/test/java/org/jboss/arquillian/protocol/servlet/ProtocolTestCase.java
===================================================================
--- arquillian/tags/1.0.0.Alpha1/protocols/servlet/src/test/java/org/jboss/arquillian/protocol/servlet/ProtocolTestCase.java 2010-03-10 17:27:50 UTC (rev 4159)
+++ arquillian/tags/1.0.0.Alpha1/protocols/servlet/src/test/java/org/jboss/arquillian/protocol/servlet/ProtocolTestCase.java 2010-03-10 17:49:19 UTC (rev 4160)
@@ -20,12 +20,11 @@
import java.lang.reflect.Method;
import java.net.URL;
-import junit.framework.Assert;
-
import org.jboss.arquillian.spi.TestMethodExecutor;
import org.jboss.arquillian.spi.TestResult;
import org.jboss.arquillian.spi.TestResult.Status;
import org.junit.After;
+import org.junit.Assert;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
Modified: arquillian/tags/1.0.0.Alpha1/testng/src/test/java/org/jboss/arquillian/testng/TestNGDeploymentAppenderTestCase.java
===================================================================
--- arquillian/tags/1.0.0.Alpha1/testng/src/test/java/org/jboss/arquillian/testng/TestNGDeploymentAppenderTestCase.java 2010-03-10 17:27:50 UTC (rev 4159)
+++ arquillian/tags/1.0.0.Alpha1/testng/src/test/java/org/jboss/arquillian/testng/TestNGDeploymentAppenderTestCase.java 2010-03-10 17:49:19 UTC (rev 4160)
@@ -16,10 +16,9 @@
*/
package org.jboss.arquillian.testng;
-import junit.framework.Assert;
-
import org.jboss.shrinkwrap.api.Archive;
import org.jboss.shrinkwrap.api.ArchivePaths;
+import org.junit.Assert;
import org.junit.Test;
/**
More information about the jboss-svn-commits
mailing list