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")
[EMAIL PROTECTED]("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();