On Jul 29, 2008, at 4:43 PM, amelentev (SVN) wrote:
Author: amelentev
Date: 2008-07-29 16:43:19 +0200 (Tue, 29 Jul 2008)
New Revision: 11544
Modified:
platform/core/trunk/xwiki-core/src/test/java/com/xpn/xwiki/test/
AbstractBridgedXWikiComponentTestCase.java
Log:
[misc] make Abstract class abstract (to fix the tests)
fix Id svn:keyword
Thanks Artem for the catch! :)
-Vincent
PS: I committed this class by error... I wanted to wait till I had
finished the shared test refactoring before committing it. Almost done
now.
Modified:
platform/core/trunk/xwiki-core/src/test/java/com/xpn/xwiki/
test/AbstractBridgedXWikiComponentTestCase.java
===================================================================
--- platform/core/trunk/xwiki-core/src/test/java/com/xpn/xwiki/test/
AbstractBridgedXWikiComponentTestCase.java 2008-07-29 14:23:51 UTC
(rev 11543)
+++ platform/core/trunk/xwiki-core/src/test/java/com/xpn/xwiki/test/
AbstractBridgedXWikiComponentTestCase.java 2008-07-29 14:43:19 UTC
(rev 11544)
@@ -30,10 +30,10 @@
* the new Execution Context and the old XWikiContext. This allows
code that uses XWikiContext to be
* tested using this Test Case class.
*
- * @version $Id: $
+ * @version $Id$
* @since 1.6M1
*/
-public class AbstractBridgedXWikiComponentTestCase extends
AbstractXWikiComponentTestCase
+public abstract class AbstractBridgedXWikiComponentTestCase extends
AbstractXWikiComponentTestCase
{
private XWikiContext context;
Property changes on: platform/core/trunk/xwiki-core/src/test/java/
com/xpn/xwiki/test/AbstractBridgedXWikiComponentTestCase.java
___________________________________________________________________
Name: svn:keywords
+ Id