This content has been marked as final.
Show 3 replies
-
1. Re: The start() /stop() issue
ataylor Jun 27, 2012 12:26 PM (in response to gaohoward)1 of 1 people found this helpfulI don't think we should polute the code with stuff that is not needed, instead we should address the tests.
That tests also fails on my machine, here is a fix for it https://github.com/andytaylor/hornetq/commit/2c6bc8f6434e731af68253ffea9555d3c3206c3d . we should do similar stuff for any other tests that fail.
Howard, can you take a look at my commit and use it for the work your doing?
-
2. Re: The start() /stop() issue
ataylor Jun 27, 2012 12:46 PM (in response to ataylor)actually ignore that, but you get the idea
-
3. Re: The start() /stop() issue
gaohoward Jun 27, 2012 10:36 PM (in response to ataylor)Yeah I agree we should focus on fixing on the test side.