From: Emmanuel Lacour Date: Mon, 3 Aug 2009 07:05:35 +0000 (+0200) Subject: Fix bad module name in tests. X-Git-Tag: 0.04~9 X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-MandatorySubject.git;a=commitdiff_plain;h=77aafd31b1f8afd1e69f621a498baf1b046e4c86 Fix bad module name in tests. --- diff --git a/t/00-load.t b/t/00-load.t index 5d7ad6a..e4b5b0c 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::MandatorySubject' ); } -diag( "Testing RT::Extension::WatchedQueues $RT::Extension::WatchedQueues::VERSION, Perl $], $^X" ); +diag( "Testing RT::Extension::MandatorySubject $RT::Extension::MandatorySubject::VERSION, Perl $], $^X" ); diff --git a/t/boilerplate.t b/t/boilerplate.t index dbc480b..e07ebcb 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/MandatorySubject.pm'); }