Skip to content

Commit

Permalink
merged
Browse files Browse the repository at this point in the history
  • Loading branch information
jonswar committed Jul 12, 2012
1 parent 1ee7a98 commit ca84ce8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/Mason/t/ComponentMeta.pm
Expand Up @@ -14,12 +14,7 @@ sub test_cmeta : Tests {
is( $cmeta->dir_path, '/component', 'dir_path' );
is( $cmeta->is_top_level, 1, 'is_top_level' );
is( $cmeta->source_file, $source_file, 'source_file' );
if ($^O eq 'MSWin32') {
like( $cmeta->object_file, qr|\\component\\meta.mc.mobj|, 'object_file' );
}
else {
like( $cmeta->object_file, qr|/component/meta.mc.mobj|, 'object_file' );
}
like( $cmeta->object_file, qr|meta.mc.mobj|, 'object_file' );
}
my $args = $comp->args;
delete( $args->{_test} );
Expand Down

0 comments on commit ca84ce8

Please sign in to comment.