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/14 20:09:15 UTC

svn commit: rev 46027 - incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/java/property

Author: jsong
Date: Tue Sep 14 11:09:14 2004
New Revision: 46027

Modified:
   incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/java/property/PropTest.java
Log:
migrating and activate a controls drt test into controls checkin test.


Modified: incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/java/property/PropTest.java
==============================================================================
--- incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/java/property/PropTest.java	(original)
+++ incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/java/property/PropTest.java	Tue Sep 14 11:09:14 2004
@@ -19,7 +19,6 @@
 
 
 @Freq("checkin")
-@Status("inactive")
 public class PropTest extends TestCase
 {
     public PropTest( String s ) { super( s ); }
@@ -61,7 +60,7 @@
      */
     public void testImplAccess() throws Exception
     {
-        PropsExtensionBean propExtBean = (PropsExtensionBean)createTestBean("org.apache.beehive.controls.test.controls.properties.PropsExtensionBean");
+        PropsExtensionBean propExtBean = (PropsExtensionBean)createTestBean("org.apache.beehive.controls.test.controls.property.PropsExtensionBean");
         NestPropsBean nestBean = (NestPropsBean)createTestBean("org.apache.beehive.controls.test.controls.property.NestPropsBean");
 
 		DrivePropsBeans driver=new DrivePropsBeans();
@@ -88,7 +87,7 @@
      */
     public void testImplAccessInContainer() throws Exception
     {
-        PropsExtensionBean propExtBean = (PropsExtensionBean)createTestBean("org.apache.beehive.controls.test.controls.properties.PropsExtensionBean");
+        PropsExtensionBean propExtBean = (PropsExtensionBean)createTestBean("org.apache.beehive.controls.test.controls.property.PropsExtensionBean");
         NestPropsBean nestBean = (NestPropsBean)createTestBean("org.apache.beehive.controls.test.controls.property.NestPropsBean");
 
 		DrivePropsBeans driver=new DrivePropsBeans();