From: Emmanuel Lacour Date: Mon, 3 Aug 2009 07:09:56 +0000 (+0200) Subject: Fix bad module name in tests. X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-MandatoryRequestor.git;a=commitdiff_plain;h=36caec01ec6592e3befefd2bdb4ba1ba4b0a70fd;hp=e5f88ccb10cb9deb6839e47cacd45d82cef7bae0 Fix bad module name in tests. --- diff --git a/t/00-load.t b/t/00-load.t index 5d7ad6a..b99f15f 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -3,7 +3,7 @@ use Test::More tests => 1; BEGIN { - use_ok( 'RT::Extension::WatchedQueues' ); + use_ok( 'RT::Extension::MandatoryRequestor' ); } -diag( "Testing RT::Extension::WatchedQueues $RT::Extension::WatchedQueues::VERSION, Perl $], $^X" ); +diag( "Testing RT::Extension::MandatoryRequestor $RT::Extension::MandatoryRequestor::VERSION, Perl $], $^X" ); diff --git a/t/boilerplate.t b/t/boilerplate.t index dbc480b..4058a55 100644 --- a/t/boilerplate.t +++ b/t/boilerplate.t @@ -48,7 +48,7 @@ TODO: { "placeholder date/time" => qr(Date/time) ); - module_boilerplate_ok('lib/RT/Extension/WatchedQueues.pm'); + module_boilerplate_ok('lib/RT/Extension/MandatoryRequestor.pm'); }