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 04:33:30 UTC

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

Author: jsong
Date: Wed May  4 19:33:29 2005
New Revision: 168241

URL: http://svn.apache.org/viewcvs?rev=168241&view=rev
Log:
Correct a typo in r168237.

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=168241&r1=168240&r2=168241&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 19:33:29 2005
@@ -35,7 +35,7 @@
      * Tests listening to control's events by listener
      */
 	@Freq("detailed")
-	@Status("inactivate")
+	@Status("inactive")
 	@Misc("JIRA604")
     public void testListener() throws Exception
     {