[Bps-public-commit] r14456 - in Prophet/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Thu Jul 24 00:23:47 EDT 2008
Author: sartak
Date: Thu Jul 24 00:22:40 2008
New Revision: 14456
Modified:
Prophet/trunk/ (props changed)
Prophet/trunk/lib/Prophet/Test.pm
Log:
r64976 at onn: sartak | 2008-07-24 00:21:48 -0400
Delay the reading of database and replica uuids in Prophet::Test until after the user has time to run command
Modified: Prophet/trunk/lib/Prophet/Test.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/Test.pm (original)
+++ Prophet/trunk/lib/Prophet/Test.pm Thu Jul 24 00:22:40 2008
@@ -293,11 +293,11 @@
# diag("I am $username. My replica id is ".replica_uuid());
+ my $ret = $coderef->();
+
$REPLICA_UUIDS{$username} = replica_uuid();
$DATABASE_UUIDS{$username} = database_uuid();
- my $ret = $coderef->();
-
return $ret;
}
More information about the Bps-public-commit
mailing list