Re: [xwiki-devs] [xwiki-notifications] r20420 - in platform/core/trunk: xwiki-rendering/xwiki-rendering-macros/xwiki-rendering-macro-html xwiki-rendering/xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/java/org/xwiki/rendering xwiki-shared-tests xwiki-shared-tests/src/main/java/org/xwiki/test
vmassol (SVN) wrote:
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
What's this character?
� instead. */ public abstract class AbstractXWikiComponentTestCase extends MockObjectTestCase {
-- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (1)
-
Sergiu Dumitriu