Skip to content

Commit

Permalink
Add new role to load tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maros committed Oct 18, 2011
1 parent 8e2eb44 commit b1c82f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/01_load.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
use strict;
use warnings;

use Test::Most tests => 19;
use Test::Most tests => 20;

use_ok( 'CatalystX::I18N' );
use_ok( 'CatalystX::I18N::Maketext' );
Expand All @@ -13,6 +13,7 @@ use_ok( 'CatalystX::I18N::Role::Maketext' );
use_ok( 'CatalystX::I18N::Role::NumberFormat' );
use_ok( 'CatalystX::I18N::Role::Collate' );
use_ok( 'CatalystX::I18N::Role::All' );
use_ok( 'CatalystX::I18N::Role::PosixLocale' );
use_ok( 'CatalystX::I18N::Role::DataLocalize' );
use_ok( 'CatalystX::I18N::TypeConstraints' );
use_ok( 'CatalystX::I18N::Model::L10N' );
Expand Down

0 comments on commit b1c82f8

Please # to comment.