[libanyevent-rabbitmq-perl] 34/151: Fixed a bug. Added tests.

Damyan Ivanov dmn at moszumanska.debian.org
Thu Jan 16 11:03:02 UTC 2014


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to annotated tag debian/1.12-1
in repository libanyevent-rabbitmq-perl.

commit 7972d8fc08f9e236a647c7102e55aa2254ba08bd
Author: cooldaemon <cooldaemon at gmail.com>
Date:   Fri Mar 5 14:52:27 2010 +0900

    Fixed a bug. Added tests.
---
 lib/Net/RabbitFoot/Cmd/Command/delete_queue.pm | 4 ++--
 t/00_compile.t                                 | 7 ++++++-
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/lib/Net/RabbitFoot/Cmd/Command/delete_queue.pm b/lib/Net/RabbitFoot/Cmd/Command/delete_queue.pm
index 8ad6b5c..8fd90b0 100644
--- a/lib/Net/RabbitFoot/Cmd/Command/delete_queue.pm
+++ b/lib/Net/RabbitFoot/Cmd/Command/delete_queue.pm
@@ -1,8 +1,8 @@
-package RabbitFoot::Cmd::Command::delete_queue;
+package Net::RabbitFoot::Cmd::Command::delete_queue;
 
 use Moose;
 extends qw(MooseX::App::Cmd::Command);
-with qw(RabbitFoot::Cmd::Role::Config RabbitFoot::Cmd::Role::Command);
+with qw(Net::RabbitFoot::Cmd::Role::Config Net::RabbitFoot::Cmd::Role::Command);
 
 has queue => (
     isa           => 'Str',
diff --git a/t/00_compile.t b/t/00_compile.t
index a9e7397..76bdeb5 100644
--- a/t/00_compile.t
+++ b/t/00_compile.t
@@ -1,15 +1,20 @@
 use strict;
-use Test::More tests => 11;
+use Test::More tests => 15;
 
 BEGIN {
     use_ok 'Net::RabbitFoot';
+    use_ok 'Net::RabbitFoot::Channel';
+
     use_ok 'Net::RabbitFoot::Cmd';
     use_ok 'Net::RabbitFoot::Cmd::Role::Command';
     use_ok 'Net::RabbitFoot::Cmd::Role::Config';
     use_ok 'Net::RabbitFoot::Cmd::Command::declare_queue';
+    use_ok 'Net::RabbitFoot::Cmd::Command::delete_queue';
     use_ok 'Net::RabbitFoot::Cmd::Command::bind_queue';
+    use_ok 'Net::RabbitFoot::Cmd::Command::unbind_queue';
     use_ok 'Net::RabbitFoot::Cmd::Command::purge_queue';
     use_ok 'Net::RabbitFoot::Cmd::Command::declare_exchange';
+    use_ok 'Net::RabbitFoot::Cmd::Command::delete_exchange';
 
     use_ok 'AnyEvent::RabbitMQ';
     use_ok 'AnyEvent::RabbitMQ::Channel';

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libanyevent-rabbitmq-perl.git



More information about the Pkg-perl-cvs-commits mailing list