[Bps-public-commit] r14902 - in Prophet/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Thu Aug 7 15:48:31 EDT 2008
Author: sartak
Date: Thu Aug 7 15:48:30 2008
New Revision: 14902
Modified:
Prophet/trunk/ (props changed)
Prophet/trunk/t/publish-pull.t
Log:
r68949 at onn: sartak | 2008-08-07 15:48:23 -0400
Fix the publish test to not assume we stick things into foo/UUID
Modified: Prophet/trunk/t/publish-pull.t
==============================================================================
--- Prophet/trunk/t/publish-pull.t (original)
+++ Prophet/trunk/t/publish-pull.t Thu Aug 7 15:48:30 2008
@@ -23,7 +23,7 @@
};
my $alice_uuid = database_uuid_for('alice');
-my $path = dir($alice_published)->file($alice_uuid);
+my $path = dir($alice_published);
as_bob {
run_ok( 'prophet', ['pull', '--from', "file:$path", '--force'] );
More information about the Bps-public-commit
mailing list