2009/9/30 Rafael Schloming <[email protected]>: > I don't think this test should be disabled. I suspect it worked fine for the > 0-10 profiles prior to aidan's change at r816579, which doesn't seem to > change anything fundamental about the test, but rather just how the queue > used for the test is setup. > > --Rafael
You're right I should have fixed that last night. it was the testRuntimeSelectorError (QPID-2118) that should have ben disabled. Should have been fixed at tr...@820321 Sorry about that. > Author: ritchiem > Date: Mon Sep 28 15:47:53 2009 > New Revision: 819604 > > URL: http://svn.apache.org/viewvc?rev=819604&view=rev > Log: > QPID-2118, exclude SelectorTest#testSelectorWithJMSMessageID until it fails > in the same way as 0-8/9 > > Modified: > qpid/trunk/qpid/java/test-profiles/010Excludes > > Modified: qpid/trunk/qpid/java/test-profiles/010Excludes > URL: > http://svn.apache.org/viewvc/qpid/trunk/qpid/java/test-profiles/010Excludes?rev=819604&r1=819603&r2=819604&view=diff > ============================================================================== > --- qpid/trunk/qpid/java/test-profiles/010Excludes (original) > +++ qpid/trunk/qpid/java/test-profiles/010Excludes Mon Sep 28 15:47:53 2009 > @@ -92,3 +92,6 @@ > > // QPID-2084 : this test needs more work for 0-10 > org.apache.qpid.test.unit.client.DynamicQueueExchangeCreateTest#* > + > +// QPID-2118 : 0-10 Java client has differrent error handling to 0-8 code > path > +org.apache.qpid.test.client.message.SelectorTest#testSelectorWithJMSMessageID > > > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] > > > > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] > -- Martin Ritchie --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
