~ubuntu-branches/ubuntu/saucy/libapache-session-perl/saucy

« back to all changes in this revision

Viewing changes to t/99filestore.t

  • Committer: Bazaar Package Importer
  • Author(s): Gunnar Wolf
  • Date: 2007-03-21 11:53:52 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20070321115352-29o71d4163l36ugw
Tags: upstream-1.82
ImportĀ upstreamĀ versionĀ 1.82

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
               require Fcntl;
10
10
              };
11
11
 
 
12
plan tests => 7;
 
13
 
 
14
my $package = 'Apache::Session::Store::File';
 
15
use_ok $package;
 
16
 
12
17
my $origdir = getcwd;
13
18
my $tempdir = tempdir( DIR => '.', CLEANUP => 1 );
14
19
chdir( $tempdir );
15
20
 
16
 
plan tests => 7;
17
 
 
18
 
my $package = 'Apache::Session::Store::File';
19
 
use_ok $package;
20
 
 
21
21
my $session = {
22
22
    serialized => 12345,
23
23
    data => { _session_id => 'test1'},