Author: jsong
Date: Sun May 8 22:46:35 2005
New Revision: 169240
URL: http://svn.apache.org/viewcvs?rev=169240&view=rev
Log:
Deactive a redundant controls binding test on jws.
Modified:
incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/jws/binding/TestBinding.java
Modified:
incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/jws/binding/TestBinding.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/jws/binding/TestBinding.java?rev=169240&r1=169239&r2=169240&view=diff
==============================================================================
---
incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/jws/binding/TestBinding.java
(original)
+++
incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/jws/binding/TestBinding.java
Sun May 8 22:46:35 2005
@@ -5,7 +5,8 @@
import org.apache.beehive.test.tools.mantis.annotations.tch.Status;
-
[EMAIL PROTECTED]("detailed")
[EMAIL PROTECTED]("inactive")
/**
* Tests controls binding on a web app deployed on a Tomcat server
*/
@@ -16,7 +17,7 @@
/**
* Tests an extended control specifying binding
*/
- @Freq("detailed")
+
public void testBasePropertyOnSubControl() throws Exception
{
assertReport("http://localhost:8080/controlsWeb/jws/Binding.jws","testBasePropertyOnSubControl");
@@ -25,7 +26,6 @@
/**
* Tests overwriting the impl specified by an extended control interface
*/
- @Freq("detailed")
public void testOverwriteByDeclare() throws Exception
{
assertReport("http://localhost:8080/controlsWeb/jws/Binding.jws","testOverwriteByDeclare");