[Bps-public-commit] Prophet branch, master, updated. 89cc6d664003bae509b7d0177bee817f6aad3af2
jesse
jesse at bestpractical.com
Tue Jul 7 20:15:27 EDT 2009
The branch, master has been updated
via 89cc6d664003bae509b7d0177bee817f6aad3af2 (commit)
from cb4889de413f5497394c14ab7cfe893c9875ba63 (commit)
Summary of changes:
lib/Prophet/Test.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 89cc6d664003bae509b7d0177bee817f6aad3af2
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Tue Jul 7 20:15:09 2009 -0400
Don't force our replica type to whatever the system default is
diff --git a/lib/Prophet/Test.pm b/lib/Prophet/Test.pm
index cb074c3..78a45ec 100644
--- a/lib/Prophet/Test.pm
+++ b/lib/Prophet/Test.pm
@@ -147,7 +147,7 @@ sub repo_uri_for {
my $path = repo_path_for($username);
$path =~ s{^|\\}{/}g if IS_WIN32;
- return Prophet::App->default_replica_type . ':file://' . $path;
+ return 'file://' . $path;
}
=head2 replica_uuid
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list