You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by mr...@apache.org on 2005/04/19 10:54:32 UTC

svn commit: r161858 - incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/api/query/TextNodeTest.java

Author: mreutegg
Date: Tue Apr 19 01:54:32 2005
New Revision: 161858

URL: http://svn.apache.org/viewcvs?view=rev&rev=161858
Log:
Change keyword for test. text node test is an optional feature and needs separate keyword.

Modified:
    incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/api/query/TextNodeTest.java

Modified: incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/api/query/TextNodeTest.java
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/api/query/TextNodeTest.java?view=diff&r1=161857&r2=161858
==============================================================================
--- incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/api/query/TextNodeTest.java (original)
+++ incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/api/query/TextNodeTest.java Tue Apr 19 01:54:32 2005
@@ -42,7 +42,7 @@
  * @test
  * @sources TextNodeTest.java
  * @executeClass org.apache.jackrabbit.test.api.query.TextNodeTest
- * @keywords level2
+ * @keywords textNodeTest
  */
 public class TextNodeTest extends AbstractQueryTest {