Make tests use strict and warnings. Cleanup the killing of activemq so that it happen...
authorTomas Doran (t0m) <bobtfish@bobtfish.net>
Sat, 6 Jun 2009 23:21:37 +0000 (00:21 +0100)
committerTomas Doran (t0m) <bobtfish@bobtfish.net>
Sat, 6 Jun 2009 23:21:37 +0000 (00:21 +0100)
commit8edb2b469643bd6e63e67d4846bafd3ac3927ba8
tree98c68cc304cced6178f7f623080defa3f28fe623
parentedb41ed13117249bf9993a1a7166763d134c788d
Make tests use strict and warnings. Cleanup the killing of activemq so that it happens once you disconnect from stomp, rather than in global destruction, which can fail.
lib/Catalyst/Test/MessageDriven.pm
t/01-good-message.t
t/02-bad-action.t
t/03-json-message.t
t/04-message-driven-request.t
t/lib/TestServer.pm [new file with mode: 0644]
t/server.pl [deleted file]