Author: kentam
Date: Tue Dec 14 14:07:10 2004
New Revision: 111886

URL: http://svn.apache.org/viewcvs?view=rev&rev=111886
Log:
Update test case to use new 
org.apache.beehive.controls.api.bean.Controls.initializeClient() API.


Modified:
   
incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/java/composition/DeclarativeTest.java

Modified: 
incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/java/composition/DeclarativeTest.java
Url: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/java/composition/DeclarativeTest.java?view=diff&rev=111886&p1=incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/java/composition/DeclarativeTest.java&r1=111885&p2=incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/java/composition/DeclarativeTest.java&r2=111886
==============================================================================
--- 
incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/java/composition/DeclarativeTest.java
      (original)
+++ 
incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/java/composition/DeclarativeTest.java
      Tue Dec 14 14:07:10 2004
@@ -3,16 +3,13 @@
 import junit.framework.Assert;
 import junit.framework.TestCase;
 
-import java.beans.Beans;
 import org.apache.beehive.controls.api.bean.Control;
-import org.apache.beehive.controls.api.bean.ControlBean;
 import org.apache.beehive.controls.api.events.EventHandler;
 import org.apache.beehive.controls.test.controls.composition.OuterControl;
 import org.apache.beehive.controls.test.controls.composition.OuterControlBean;
 import org.apache.beehive.controls.test.controls.composition.InnerControlBean;
 import org.apache.beehive.controls.test.controls.util.TestBeanContext;
 import org.apache.beehive.test.tools.mantis.annotations.tch.Freq;
-import org.apache.beehive.test.tools.mantis.annotations.tch.Status;
 
 /**
  * A TestCase that tests control composition.
@@ -30,7 +27,7 @@
     {
         super(name);
        _testContext = createTestBeanContext();
-        DeclarativeTestClientInitializer.initialize( _testContext, this );
+        org.apache.beehive.controls.api.bean.Controls.initializeClient( null, 
this, _testContext );
     }
 
     // begin and end control bean context for each test

Reply via email to