[jboss-svn-commits] JBoss Common SVN: r4111 - arquillian/trunk/doc/reference/src/main/docbook/en-US.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Mar 5 11:10:16 EST 2010
Author: pete.muir at jboss.org
Date: 2010-03-05 11:10:16 -0500 (Fri, 05 Mar 2010)
New Revision: 4111
Modified:
arquillian/trunk/doc/reference/src/main/docbook/en-US/gettingstarted.xml
Log:
ARQ-86
Modified: arquillian/trunk/doc/reference/src/main/docbook/en-US/gettingstarted.xml
===================================================================
--- arquillian/trunk/doc/reference/src/main/docbook/en-US/gettingstarted.xml 2010-03-05 15:22:08 UTC (rev 4110)
+++ arquillian/trunk/doc/reference/src/main/docbook/en-US/gettingstarted.xml 2010-03-05 16:10:16 UTC (rev 4111)
@@ -210,11 +210,6 @@
Assert.assertEquals(converter.convertToFarenheight(0d), 32d);
Assert.assertEquals(converter.convertToFarenheight(100d), 212d);
}
-
- @Test
- public void testIsTransactional() {
- Assert.assertTrue(converter.isTransactional());
- }
}]]></programlisting>
<para>
@@ -247,11 +242,6 @@
Assert.assertEquals(converter.convertToFarenheight(0d), 32d);
Assert.assertEquals(converter.convertToFarenheight(100d), 212d);
}
-
- @Test
- public void testIsTransactional() {
- Assert.assertTrue(converter.isTransactional());
- }
}]]></programlisting>
<para>
@@ -400,6 +390,14 @@
<para>Running the the JUnit test in Eclipse</para>
</caption>
</mediaobject>
+
+ <warning>
+ <para>
+ The latest version of the TestnG plugin for Eclipse is incompatible with all versions of TestNG that have
+ been released. Therefore, make sure you use the 5.11 version of the plugin. See
+ <ulink url="https://jira.jboss.org/jira/browse/ARQ-86">ARQ-86</ulink> for more.
+ </para>
+ </warning>
</section>
More information about the jboss-svn-commits
mailing list