[Bps-public-commit] r12383 - in Prophet/branches/luid: t

sartak at bestpractical.com sartak at bestpractical.com
Fri May 16 07:42:04 EDT 2008


Author: sartak
Date: Fri May 16 07:42:03 2008
New Revision: 12383

Modified:
   Prophet/branches/luid/   (props changed)
   Prophet/branches/luid/t/luid.t

Log:
 r55981 at onn:  sartak | 2008-05-16 07:41:53 -0400
 Set up a metadata directory for the luid test. We should probably refactor this setup and teardown into functions that are called automatically..


Modified: Prophet/branches/luid/t/luid.t
==============================================================================
--- Prophet/branches/luid/t/luid.t	(original)
+++ Prophet/branches/luid/t/luid.t	Fri May 16 07:42:03 2008
@@ -6,6 +6,8 @@
 
 use_ok('Prophet::CLI');
 $ENV{'PROPHET_REPO'} = tempdir( CLEANUP => 0 ) . '/repo-' . $$;
+$ENV{'PROPHET_METADATA_DIRECTORY'} = tempdir( CLEANUP => 0 ) . '/repo-' . $$;
+
 my $cli = Prophet::CLI->new();
 my $cxn = $cli->app_handle->handle;
 



More information about the Bps-public-commit mailing list