Author: ritchiem
Date: Wed Mar 19 05:05:39 2008
New Revision: 638805
URL: http://svn.apache.org/viewvc?rev=638805&view=rev
Log:
QPID-854 : Removed cleanQueue requirement for now as a lot of tests are not
cleaning up correctly.
Modified:
incubator/qpid/branches/M2.1/java/systests/src/main/java/org/apache/qpid/test/VMTestCase.java
Modified:
incubator/qpid/branches/M2.1/java/systests/src/main/java/org/apache/qpid/test/VMTestCase.java
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1/java/systests/src/main/java/org/apache/qpid/test/VMTestCase.java?rev=638805&r1=638804&r2=638805&view=diff
==============================================================================
---
incubator/qpid/branches/M2.1/java/systests/src/main/java/org/apache/qpid/test/VMTestCase.java
(original)
+++
incubator/qpid/branches/M2.1/java/systests/src/main/java/org/apache/qpid/test/VMTestCase.java
Wed Mar 19 05:05:39 2008
@@ -115,7 +115,8 @@
protected void tearDown() throws Exception
{
- checkQueuesClean();
+ //Disabled
+// checkQueuesClean();
TransportConnection.killVMBroker(1);
ApplicationRegistry.remove(1);