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 2004/09/15 06:55:05 UTC

svn commit: rev 46084 - in incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/java: composition extension

Author: jsong
Date: Tue Sep 14 21:55:05 2004
New Revision: 46084

Modified:
   incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/java/composition/ProgrammaticTest.java
   incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/java/extension/SubControlTest.java
Log:
Enable more checkin tests for controls composition and extensibility.


Modified: incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/java/composition/ProgrammaticTest.java
==============================================================================
--- incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/java/composition/ProgrammaticTest.java	(original)
+++ incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/java/composition/ProgrammaticTest.java	Tue Sep 14 21:55:05 2004
@@ -129,7 +129,7 @@
      * Tests outer control receiving events from nested control using
      * inner class
      */
-    @Freq("detailed")
+    @Freq("checkin")
     public void testEventInnerClass() throws Exception
     {
 		Assert.assertNotNull(outerControl);
@@ -140,7 +140,7 @@
      * Tests outer control receiving events from nested control using
      * event listener
      */
-    @Freq("detailed")
+    @Freq("checkin")
     public void testEventListener() throws Exception
     {
 		Assert.assertNotNull(outerControl);

Modified: incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/java/extension/SubControlTest.java
==============================================================================
--- incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/java/extension/SubControlTest.java	(original)
+++ incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/java/extension/SubControlTest.java	Tue Sep 14 21:55:05 2004
@@ -103,7 +103,7 @@
      * The property is retrieved via control context.
      * The subcontrol is instantiated programmatically
      */
-	@Freq("detailed")
+	@Freq("checkin")
     public void testGettingInheritedPropertyByContext2() throws Exception
     {
 		SubControlBean sub=(SubControlBean)java.beans.Beans.instantiate( Thread.currentThread().getContextClassLoader() ,