Author: kentam
Date: Mon Oct 11 14:42:59 2004
New Revision: 54614

Modified:
   
incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/jpf/database/TestDatabaseControl.java
Log:
Contributor: Hoi Lam

Temporarily disabling the JPF tests for DB control until they can run 
successfully in Linux.




Modified: 
incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/jpf/database/TestDatabaseControl.java
==============================================================================
--- 
incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/jpf/database/TestDatabaseControl.java
      (original)
+++ 
incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/jpf/database/TestDatabaseControl.java
      Mon Oct 11 14:42:59 2004
@@ -61,6 +61,7 @@
      * The sub control is instantiated programmatically
      */
        @Freq("checkin")
+    @Status("inactive")
     public void testSelectEmployeesWithArray() throws Exception
     {
                
assertReport("/controlsWeb/database/testSelectEmployeesWithArray.do");
@@ -71,6 +72,7 @@
      * The sub control is instantiated programmatically
      */
        @Freq("checkin")
+    @Status("inactive")
     public void testSelectEmployeesWithIterator() throws Exception
     {
                
assertReport("/controlsWeb/database/testSelectEmployeesWithIterator.do");
@@ -81,6 +83,7 @@
      * The sub control is instantiated programmatically
      */
        @Freq("checkin")
+    @Status("inactive")
     public void testSelectEmployeeWithHashMap() throws Exception
     {
                
assertReport("/controlsWeb/database/testSelectEmployeeWithHashMap.do");
@@ -91,6 +94,7 @@
      * The sub control is instantiated programmatically
      */
        @Freq("checkin")
+    @Status("inactive")
     public void testSelectOneEmployeeWithMaxRow() throws Exception
     {
                
assertReport("/controlsWeb/database/testSelectOneEmployeeWithMaxRow.do");
@@ -101,6 +105,7 @@
      * The sub control is instantiated programmatically
      */
        @Freq("checkin")
+    @Status("inactive")
     public void testUpdateEmployee() throws Exception
     {
                assertReport("/controlsWeb/database/testUpdateEmployee.do");
@@ -111,6 +116,7 @@
      * The sub control is instantiated programmatically
      */
        @Freq("checkin")
+    @Status("inactive")
     public void testDeleteEmployee() throws Exception
     {
                assertReport("/controlsWeb/database/testDeleteEmployee.do");

Reply via email to