[Bps-public-commit] net-lighthouse branch, master, updated. 614b0913d2e4ab2264fba54d401e32c94ee93b5c
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Sep 9 05:12:56 EDT 2009
The branch, master has been updated
via 614b0913d2e4ab2264fba54d401e32c94ee93b5c (commit)
from ed082b6e631885ae2c9fabe269eaf89716cba8ee (commit)
Summary of changes:
t/10-changeset.t | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 614b0913d2e4ab2264fba54d401e32c94ee93b5c
Author: sunnavy <sunnavy at bestpractical.com>
Date: Wed Sep 9 17:12:52 2009 +0800
test fix
diff --git a/t/10-changeset.t b/t/10-changeset.t
index e6f37d9..5d0b0f6 100644
--- a/t/10-changeset.t
+++ b/t/10-changeset.t
@@ -67,7 +67,7 @@ my %hash = (
);
for my $k ( keys %hash ) {
- is_deeply( $n1->$k, $hash{$k}, "$k is loaded" );
+ is_deeply( scalar $n1->$k, $hash{$k}, "$k is loaded" );
}
$Mock_response->mock(
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list