[Bps-public-commit] r11587 - in SVN-PropDB: .
jesse at bestpractical.com
jesse at bestpractical.com
Sun Apr 6 06:54:24 EDT 2008
Author: jesse
Date: Sun Apr 6 06:54:23 2008
New Revision: 11587
Modified:
SVN-PropDB/ (props changed)
SVN-PropDB/t/export.t
Log:
r29378 at 68-247-97-201: jesse | 2008-04-06 00:40:12 -1000
Fixing export test assumption
Modified: SVN-PropDB/t/export.t
==============================================================================
--- SVN-PropDB/t/export.t (original)
+++ SVN-PropDB/t/export.t Sun Apr 6 06:54:23 2008
@@ -44,8 +44,8 @@
run_ok( 'prophet', [ 'export', '--path', $path ] );
my $cli = Prophet::CLI->new;
- $path = $path->subdir( "_prophet-" . $cli->handle->db_uuid );
- ok( -d $path, 'found db-uuid root.' );
+ $path = $path->subdir( $cli->handle->db_uuid );
+ ok( -d $path, 'found db-uuid root '.$path );
ok( -e $path->file('replica-uuid'), 'found replica uuid file' );
lives_and {
is( $path->file('replica-uuid')->slurp, replica_uuid() );
More information about the Bps-public-commit
mailing list