[Bps-public-commit] r19746 - Net-Google-Code/trunk/t
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu May 21 00:45:23 EDT 2009
Author: sunnavy
Date: Thu May 21 00:45:22 2009
New Revision: 19746
Modified:
Net-Google-Code/trunk/t/04.attachment.t
Log:
test for id of attachment
Modified: Net-Google-Code/trunk/t/04.attachment.t
==============================================================================
--- Net-Google-Code/trunk/t/04.attachment.t (original)
+++ Net-Google-Code/trunk/t/04.attachment.t Thu May 21 00:45:22 2009
@@ -1,7 +1,7 @@
use strict;
use warnings;
-use Test::More tests => 5;
+use Test::More tests => 6;
use Net::Google::Code::Issue::Attachment;
my $attachment = Net::Google::Code::Issue::Attachment->new( project => 'test' );
@@ -27,7 +27,8 @@
url =>
'http://chromium.googlecode.com/issues/attachment?aid=-1323983749556004507&name=proxy_settings.png',
name => 'proxy_settings.png',
- size => '14.3 KB',
+ size => '14.3 KB',
+ id => '-1323983749556004507',
);
for my $item ( keys %info ) {
More information about the Bps-public-commit
mailing list