You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by js...@apache.org on 2005/05/05 03:55:54 UTC

svn commit: r168237 - /incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/jws/contextevent/TestContextEvent.java

Author: jsong
Date: Wed May  4 18:55:54 2005
New Revision: 168237

URL: http://svn.apache.org/viewcvs?rev=168237&view=rev
Log:
Deactivate a failing controls detailed test and link it to JIRA 604.

Modified:
    incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/jws/contextevent/TestContextEvent.java

Modified: incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/jws/contextevent/TestContextEvent.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/jws/contextevent/TestContextEvent.java?rev=168237&r1=168236&r2=168237&view=diff
==============================================================================
--- incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/jws/contextevent/TestContextEvent.java (original)
+++ incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/jws/contextevent/TestContextEvent.java Wed May  4 18:55:54 2005
@@ -3,6 +3,7 @@
 import org.apache.beehive.test.tools.milton.junit.SOAPReportTestCase;
 import org.apache.beehive.test.tools.mantis.annotations.tch.Freq;
 import org.apache.beehive.test.tools.mantis.annotations.tch.Status;
+import org.apache.beehive.test.tools.mantis.annotations.tch.Misc;
 
 
 
@@ -34,6 +35,8 @@
      * Tests listening to control's events by listener
      */
 	@Freq("detailed")
+	@Status("inactivate")
+	@Misc("JIRA604")
     public void testListener() throws Exception
     {
 		assertReport("http://localhost:8080/controlsWeb/jws/ContextEvent.jws","testListeners");