[Bps-public-commit] r19885 - Net-Google-Code/trunk/t
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu Jun 4 02:04:31 EDT 2009
Author: sunnavy
Date: Thu Jun 4 02:04:31 2009
New Revision: 19885
Modified:
Net-Google-Code/trunk/t/02.issue.t
Net-Google-Code/trunk/t/03.comment.t
Log:
update tests: time_zone of all the dates are utc now
Modified: Net-Google-Code/trunk/t/02.issue.t
==============================================================================
--- Net-Google-Code/trunk/t/02.issue.t (original)
+++ Net-Google-Code/trunk/t/02.issue.t Thu Jun 4 02:04:31 2009
@@ -93,11 +93,11 @@
is( scalar @{ $issue->attachments }, 3, 'attachments are extracted' );
is( $issue->attachments->[0]->size, '11.7 KB', 'size of the 1st attachment' );
-is( $issue->updated, '2008-12-19T17:59:29', 'updated' );
+is( $issue->updated, '2008-12-20T00:59:29', 'updated' );
$content =
decode( 'utf8', read_file("$Bin/sample/02.issue_without_attachments.html") );
$issue->load(14);
-is( $issue->updated, '2008-12-19T17:59:29', 'updated' );
+is( $issue->updated, '2008-12-20T00:59:29', 'updated' );
is_deeply( $issue->attachments, [], 'no attachments are extracted' );
Modified: Net-Google-Code/trunk/t/03.comment.t
==============================================================================
--- Net-Google-Code/trunk/t/03.comment.t (original)
+++ Net-Google-Code/trunk/t/03.comment.t Thu Jun 4 02:04:31 2009
@@ -31,7 +31,7 @@
my %info = (
sequence => 18,
author => 'jsykari',
- date => '2008-09-03T04:44:39',
+ date => '2008-09-03T11:44:39',
content => "haha\n",
);
More information about the Bps-public-commit
mailing list