[Catalyst-commits] r10006 - in trunk/Catalyst-Plugin-Session-Store-FastMmap: . t

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Tue May 5 07:59:17 GMT 2009


Author: t0m
Date: 2009-05-05 07:59:16 +0000 (Tue, 05 May 2009)
New Revision: 10006

Modified:
   trunk/Catalyst-Plugin-Session-Store-FastMmap/Changes
   trunk/Catalyst-Plugin-Session-Store-FastMmap/t/basic.t
Log:
Make file location for tests actually be a file - RT#45724


Modified: trunk/Catalyst-Plugin-Session-Store-FastMmap/Changes
===================================================================
--- trunk/Catalyst-Plugin-Session-Store-FastMmap/Changes	2009-05-04 21:02:14 UTC (rev 10005)
+++ trunk/Catalyst-Plugin-Session-Store-FastMmap/Changes	2009-05-05 07:59:16 UTC (rev 10006)
@@ -1,3 +1,8 @@
+
+        - Re-add /session-file prefix to the test session directory which was
+          present in 0.07. I can't see where this was removed, but the test
+          looks more correct with it. RT#45724
+
 0.09    04 May 2009
         - remove Win32 hack since Cache::FastMmap 1.29 supports Win32.
           see https://rt.cpan.org/Ticket/Display.html?id=45642

Modified: trunk/Catalyst-Plugin-Session-Store-FastMmap/t/basic.t
===================================================================
--- trunk/Catalyst-Plugin-Session-Store-FastMmap/t/basic.t	2009-05-04 21:02:14 UTC (rev 10005)
+++ trunk/Catalyst-Plugin-Session-Store-FastMmap/t/basic.t	2009-05-05 07:59:16 UTC (rev 10006)
@@ -8,7 +8,7 @@
 
 use Catalyst::Plugin::Session::Test::Store (
     backend => "FastMmap",
-    config  => { storage => File::Temp::tempdir( 'sessionstoretestXXXX', CLEANUP => 1 ) },
+    config  => { storage => File::Temp::tempdir( 'sessionstoretestXXXX', CLEANUP => 1 ) . '/storage_file' },
     extra_tests => 1
 );
 




More information about the Catalyst-commits mailing list