Author: vmassol
Date: 2009-05-25 16:00:26 +0200 (Mon, 25 May 2009)
New Revision: 20420
Modified:
platform/core/trunk/xwiki-shared-tests/src/main/java/org/xwiki/test/AbstractXWikiComponentTestCase.java
===================================================================
---
platform/core/trunk/xwiki-shared-tests/src/main/java/org/xwiki/test/AbstractXWikiComponentTestCase.java 2009-05-25
13:59:40 UTC (rev 20419)
+++
platform/core/trunk/xwiki-shared-tests/src/main/java/org/xwiki/test/AbstractXWikiComponentTestCase.java 2009-05-25
14:00:26 UTC (rev 20420)
@@ -16,7 +16,6 @@
* License along with this software; if not, write to the Free
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
- *
*/
package org.xwiki.test;
@@ -25,7 +24,7 @@
/**
* Tests which needs to have XWiki Components set up should extend this class which
makes the Component Manager
- * available.
+ * available. Use this class for JUnit 3.x tests. For Junit 4.x tests use {@link
AbstractComponentTestCase
� instead.
*/
public abstract class AbstractXWikiComponentTestCase extends MockObjectTestCase
{