[Bps-public-commit] r11593 - in SVN-PropDB: .
jesse at bestpractical.com
jesse at bestpractical.com
Sun Apr 6 07:46:51 EDT 2008
Author: jesse
Date: Sun Apr 6 07:46:50 2008
New Revision: 11593
Modified:
SVN-PropDB/ (props changed)
SVN-PropDB/t/export.t
Log:
r29391 at 68-247-97-201: jesse | 2008-04-06 01:46:21 -1000
arrays are zero indexd
Modified: SVN-PropDB/t/export.t
==============================================================================
--- SVN-PropDB/t/export.t (original)
+++ SVN-PropDB/t/export.t Sun Apr 6 07:46:50 2008
@@ -56,7 +56,8 @@
is($latest, 5);
use_ok('Prophet::Replica::HTTP');
my $changesets = Prophet::Replica->new({ url => 'prophet:file://'.$path} )->fetch_changesets( after => 0 );
- is( $#{ $changesets}, 5);
+ warn YAML::Dump($changesets); use YAML;
+ is( $#{ $changesets}, 4, "We found a total of 5 changesets");
};
More information about the Bps-public-commit
mailing list