Author: jsong
Date: Wed Mar 16 11:39:35 2005
New Revision: 157793
URL: http://svn.apache.org/viewcvs?view=rev&rev=157793
Log:
Disable three Milton tests temporarily.
Modified:
incubator/beehive/trunk/controls/test/src/drivers/org/apache/beehive/controls/test/driver/generic/DriveSimpleControl.java
incubator/beehive/trunk/controls/test/src/drivers/org/apache/beehive/controls/test/driver/instantiate/DriveHelloControl.java
incubator/beehive/trunk/controls/test/src/drivers/org/apache/beehive/controls/test/driver/property/DrivePropertyConstraint2.java
Modified:
incubator/beehive/trunk/controls/test/src/drivers/org/apache/beehive/controls/test/driver/generic/DriveSimpleControl.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/test/src/drivers/org/apache/beehive/controls/test/driver/generic/DriveSimpleControl.java?view=diff&r1=157792&r2=157793
==============================================================================
---
incubator/beehive/trunk/controls/test/src/drivers/org/apache/beehive/controls/test/driver/generic/DriveSimpleControl.java
(original)
+++
incubator/beehive/trunk/controls/test/src/drivers/org/apache/beehive/controls/test/driver/generic/DriveSimpleControl.java
Wed Mar 16 11:39:35 2005
@@ -14,7 +14,7 @@
public class DriveSimpleControl
{
- @Milton.Test(frequency="checkin")
+ @Milton.Test(frequency="detailed")
public Report
testTypeParameter(@Milton.TestControl(instantiate=Milton.Instantiate.DECLARATIVE)
SimpleControlBean<String> control){
Report report=new Report();
Modified:
incubator/beehive/trunk/controls/test/src/drivers/org/apache/beehive/controls/test/driver/instantiate/DriveHelloControl.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/test/src/drivers/org/apache/beehive/controls/test/driver/instantiate/DriveHelloControl.java?view=diff&r1=157792&r2=157793
==============================================================================
---
incubator/beehive/trunk/controls/test/src/drivers/org/apache/beehive/controls/test/driver/instantiate/DriveHelloControl.java
(original)
+++
incubator/beehive/trunk/controls/test/src/drivers/org/apache/beehive/controls/test/driver/instantiate/DriveHelloControl.java
Wed Mar 16 11:39:35 2005
@@ -14,6 +14,7 @@
public class DriveHelloControl
{
@Milton.Test
+ @Milton.Test(frequency="detailed")
public Report testInstantiation(HelloControlBean hcb){
Report report = new Report();
Modified:
incubator/beehive/trunk/controls/test/src/drivers/org/apache/beehive/controls/test/driver/property/DrivePropertyConstraint2.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/test/src/drivers/org/apache/beehive/controls/test/driver/property/DrivePropertyConstraint2.java?view=diff&r1=157792&r2=157793
==============================================================================
---
incubator/beehive/trunk/controls/test/src/drivers/org/apache/beehive/controls/test/driver/property/DrivePropertyConstraint2.java
(original)
+++
incubator/beehive/trunk/controls/test/src/drivers/org/apache/beehive/controls/test/driver/property/DrivePropertyConstraint2.java
Wed Mar 16 11:39:35 2005
@@ -13,6 +13,7 @@
{
@Milton.Test
+ @Milton.Test(frequency="detailed")
public Report testPropertyConstraint(PersonControlBean control){
Report report=new Report();