Group
Extension

Matches 3

SVN-Simple-Hook ( M/MJ/MJGARDNER/SVN-Simple-Hook-0.312.tar.gz, MJGARDNER, 2012; MetaCPAN )
SVN-Simple-Hook/t/pre_commit.t ( view source; MetaCPAN )
=> [
        'pre_commit',
        -r => "$tmp_dir",
        -t => $txn->name(),
    ],
);
$txn->abort();

is( $result->exit_code(), 0, 'successful run' );
isnt( $result->output, q{}, 'got output' );
SVN-Simple-Hook ( M/MJ/MJGARDNER/SVN-Simple-Hook-0.312.tar.gz, MJGARDNER, 2012; MetaCPAN )
SVN-Simple-Hook/t/regression/post_delete.t ( view source; MetaCPAN )
  'My::Cmd' => [
        'post_commit',
        '-r'    => "$tmp_dir",
        '--rev' => $rev,
    ],
);

is( $result->exit_code(), 0, 'successful run' );
isnt( $result->output, q{}, 'got output' );
SVN-Simple-Hook ( M/MJ/MJGARDNER/SVN-Simple-Hook-0.312.tar.gz, MJGARDNER, 2012; MetaCPAN )
SVN-Simple-Hook/t/post_commit.t ( view source; MetaCPAN )
  'My::Cmd' => [
        'post_commit',
        '-r'    => "$tmp_dir",
        '--rev' => $rev,
    ],
);

is( $result->exit_code(), 0, 'successful run' );
isnt( $result->output, q{}, 'got output' );

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.