Make tests use strict and warnings. Cleanup the killing of activemq so that it happen...
[catagits/Catalyst-Engine-STOMP.git] / t / 04-message-driven-request.t
index 5e5ebb5..f7299db 100644 (file)
@@ -1,12 +1,13 @@
 use strict;
 use warnings;
-use Test::More tests => 6;
+use Test::More tests => 5;
 
 use FindBin;
 use lib "$FindBin::Bin/../testapp/lib";
 
-BEGIN { use_ok 'Catalyst::Test::MessageDriven' or die;
-    use_ok 'StompTestApp' or die; };
+BEGIN {
+    use_ok 'Catalyst::Test::MessageDriven', 'StompTestApp' or die;
+};
 
 # successful request - type is minimum attributes
 my $req = "---\ntype: ping\n";