[Bps-public-commit] r18340 - in Shipwright/trunk: t
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Feb 11 03:33:52 EST 2009
Author: sunnavy
Date: Wed Feb 11 03:33:51 2009
New Revision: 18340
Modified:
Shipwright/trunk/ (props changed)
Shipwright/trunk/t/04.source.t
Log:
r19781 at sunnavys-mb: sunnavy | 2009-02-11 16:28:33 +0800
added git source type in 04.source.t
Modified: Shipwright/trunk/t/04.source.t
==============================================================================
--- Shipwright/trunk/t/04.source.t (original)
+++ Shipwright/trunk/t/04.source.t Wed Feb 11 03:33:51 2009
@@ -1,7 +1,7 @@
use strict;
use warnings;
-use Test::More tests => 28;
+use Test::More tests => 31;
use Shipwright::Test;
use Shipwright::Source;
use File::Spec::Functions qw/catfile/;
@@ -17,6 +17,7 @@
'cpan:S/SU/SUNNAVY/IP-QQWry-v0.0.15.tar.gz' => 'CPAN',
'file:' . catfile( 't', 'hello', 'Acme-Hello-0.03.tar.gz' ) => 'Compressed',
'dir:' . catfile( 't', 'hello' ) => 'Directory',
+ 'git:file:///home/sunnavy/git/hello' => 'Git',
);
for ( keys %source ) {
More information about the Bps-public-commit
mailing list