Author: fjuma
Date: 2009-04-28 11:48:13 -0400 (Tue, 28 Apr 2009)
New Revision: 363
Modified:
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/JMSTest.java
Log:
Disabling the JMS tests for the create/destroy operations since these operations have been
removed.
Modified: trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/JMSTest.java
===================================================================
--- trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/JMSTest.java 2009-04-28
15:05:21 UTC (rev 362)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/JMSTest.java 2009-04-28
15:48:13 UTC (rev 363)
@@ -2735,7 +2735,7 @@
* Assertion: Make sure that the "Create" operation for topics is executed
* successfully.
*/
- public void testTopicCreateOperation() throws Exception {
+ public void DISABLEDtestTopicCreateOperation() throws Exception {
String jndiName = "TopicCreate";
// Create the topic first
@@ -2749,7 +2749,7 @@
* Assertion: Make sure that the "Create" operation for topics is executed
* successfully. Use a topic that already exists.
*/
- public void testTopicCreateOperationUsingExistingServiceFile() throws Exception {
+ public void DISABLEDtestTopicCreateOperationUsingExistingServiceFile() throws
Exception {
String jndiName = "CreateOperationExistingTopic";
expandNavTreeArrow(JMS_NAV_LABEL);
@@ -2762,7 +2762,7 @@
* Assertion: Make sure that the "Create" operation for queues is executed
* successfully.
*/
- public void testQueueCreateOperation() throws Exception {
+ public void DISABLEDtestQueueCreateOperation() throws Exception {
String jndiName = "QueueCreate";
// Create the queue first
@@ -2776,7 +2776,7 @@
* Assertion: Make sure that the "Create" operation for queues is executed
* successfully. Use a queue that already exists.
*/
- public void testQueueCreateOperationUsingExistingServiceFile() throws Exception {
+ public void DISABLEDtestQueueCreateOperationUsingExistingServiceFile() throws
Exception {
String jndiName = "CreateOperationExistingQueue";
expandNavTreeArrow(JMS_NAV_LABEL);
@@ -2851,7 +2851,7 @@
* Assertion: Make sure that the "Destroy" operation for topics is
executed
* successfully.
*/
- public void testTopicDestroyOperation() throws Exception {
+ public void DISABLEDtestTopicDestroyOperation() throws Exception {
String jndiName = "TopicDestroy";
// Create the topic first
@@ -2866,7 +2866,7 @@
* Assertion: Make sure that the "Destroy" operation for topics is
executed
* successfully. Use a topic that already exists.
*/
- public void testTopicDestroyOperationUsingExistingServiceFile() throws Exception {
+ public void DISABLEDtestTopicDestroyOperationUsingExistingServiceFile() throws
Exception {
String jndiName = "DestroyOperationExistingTopic";
expandNavTreeArrow(JMS_NAV_LABEL);
@@ -2880,7 +2880,7 @@
* Assertion: Make sure that the "Destroy" operation for queues is
executed
* successfully.
*/
- public void testQueueDestroyOperation() throws Exception {
+ public void DISABLEDtestQueueDestroyOperation() throws Exception {
String jndiName = "QueueDestroy";
// Create the queue first
@@ -2895,7 +2895,7 @@
* Assertion: Make sure that the "Destroy" operation for queues is
executed
* successfully. Use a queue that already exists.
*/
- public void testQueueDestroyOperationUsingExistingServiceFile() throws Exception {
+ public void DISABLEDtestQueueDestroyOperationUsingExistingServiceFile() throws
Exception {
String jndiName = "DestroyOperationExistingQueue";
expandNavTreeArrow(JMS_NAV_LABEL);
Show replies by date