[Bps-public-commit] SD branch, master, updated. 48c0c57ecb232d64295b12c72b37ae89021e2691
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Fri Jun 19 07:39:09 EDT 2009
The branch, master has been updated
via 48c0c57ecb232d64295b12c72b37ae89021e2691 (commit)
via 1d7d3591a26f025bac6351522956c23de9fc1de9 (commit)
from 4e5889699b344ed65e99c53ab3e258939e0fbf94 (commit)
Summary of changes:
t/sd-rt/basic.t | 1 +
tools/shipwright-package | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 1d7d3591a26f025bac6351522956c23de9fc1de9
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Jun 19 14:57:54 2009 +0800
typo fix
diff --git a/tools/shipwright-package b/tools/shipwright-package
index 734acad..f00c18a 100644
--- a/tools/shipwright-package
+++ b/tools/shipwright-package
@@ -8,7 +8,7 @@ svnadmin create $REPO
shipwright create -r $SVN_PATH
-# Optional deps we sitll want
+# Optional deps we still want
$IMPORT \
cpan:Scalar::Util \
cpan:Template::Declare \
commit 48c0c57ecb232d64295b12c72b37ae89021e2691
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Jun 19 19:39:01 2009 +0800
output is utf8 encoded, decode for binary data
diff --git a/t/sd-rt/basic.t b/t/sd-rt/basic.t
index 61b0889..15c7de5 100644
--- a/t/sd-rt/basic.t
+++ b/t/sd-rt/basic.t
@@ -178,6 +178,7 @@ my $image_data = Prophet::Util->slurp( $IMAGE_FILE );
my ( $contentret, $stdout, $stderr )
= run_script( 'sd', [ qw/attachment content --id/, $rt_attach_id ] );
ok( $contentret, "Ran the script ok" );
+utf8::decode($stdout);
is( $stdout, $image_data, "We roundtripped some binary" );
is( $stderr, '' );
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list