richter     01/08/13 21:28:08

  Modified:    .        MANIFEST test.pl
               test/conf httpd.conf.src
  Log:
  more session tests
  
  Revision  Changes    Path
  1.69      +10 -0     embperl/MANIFEST
  
  Index: MANIFEST
  ===================================================================
  RCS file: /home/cvs/embperl/MANIFEST,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- MANIFEST  2001/05/22 11:19:49     1.68
  +++ MANIFEST  2001/08/14 04:28:07     1.69
  @@ -154,6 +154,11 @@
   test/html/delwrsess.htm
   test/html/setbadsess.htm
   test/html/setunknownsess.htm
  +test/html/sidurl/seturlsess.htm
  +test/html/sidurl/geturlsess.htm
  +test/html/sidurl/getnourlsess.htm
  +test/html/sidurl/setsdaturlsess.htm
  +test/html/sidurl/getsdaturlsess.htm
   test/html/registry/reggetsess.htm
   test/html/EmbperlObject/epobase.htm
   test/html/EmbperlObject/epohead.htm
  @@ -291,6 +296,11 @@
   test/cmp/delwrsess.htm
   test/cmp/setbadsess.htm
   test/cmp/setunknownsess.htm
  +test/cmp/seturlsess.htm
  +test/cmp/geturlsess.htm
  +test/cmp/getnourlsess.htm
  +test/cmp/setsdaturlsess.htm
  +test/cmp/getsdaturlsess.htm
   test/cmp/inctext.htm
   test/cmp/execnotfound.htm
   test/conf/httpd.conf.src
  
  
  
  1.112     +8 -8      embperl/test.pl
  
  Index: test.pl
  ===================================================================
  RCS file: /home/cvs/embperl/test.pl,v
  retrieving revision 1.111
  retrieving revision 1.112
  diff -u -r1.111 -r1.112
  --- test.pl   2001/08/14 04:10:36     1.111
  +++ test.pl   2001/08/14 04:28:07     1.112
  @@ -11,7 +11,7 @@
   #   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   #   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   #
  -#   $Id: test.pl,v 1.111 2001/08/14 04:10:36 richter Exp $
  +#   $Id: test.pl,v 1.112 2001/08/14 04:28:07 richter Exp $
   #
   ###################################################################################
   
  @@ -501,48 +501,48 @@
           'cookie'     => 'expectnew,cookie=1234567890abcdefABCDEF',
           },
       'uidurl/seturlsess.htm' => { 
  -        'offline'    => 0,
  +        'modperl'    => 1,
           'query_info' => 'a=1',
           'cookie'     => 'expectnew,url',
           'aliasdir'   => 1,
           },
       'uidurl/getnourlsess.htm' => { 
  -        'offline'    => 0,
  +        'modperl'    => 1,
           'query_info' => 'nocookie=2',
           'cookie'     => 'nocookie,nosave,url',
           'aliasdir'   => 1,
           },
       'uidurl/geturlsess.htm' => {
  -        'offline'    => 0,
  +        'modperl'    => 1,
           'cookie'     => 'expectsame,url',
           'query_info' => 'foo=1',
           'aliasdir'   => 1,
           },
       'suidurl/seturlsess.htm' => { 
  -        'offline'    => 0,
  +        'modperl'    => 1,
           'query_info' => 'a=1',
           'cookie'     => 'expectnew,url,nocookie',
           'aliasdir'   => 1,
           },
       'suidurl/getnourlsess.htm' => { 
  -        'offline'    => 0,
  +        'modperl'    => 1,
           'query_info' => 'nocookie=2',
           'cookie'     => 'nocookie,nosave,url',
           'aliasdir'   => 1,
           },
       'suidurl/geturlsess.htm' => {
  -        'offline'    => 0,
  +        'modperl'    => 1,
           'cookie'     => 'url',
           'query_info' => 'foo=1',
           'aliasdir'   => 1,
           },
       'sidurl/setsdaturlsess.htm' => { 
  -        'offline'    => 0,
  +        'modperl'    => 1,
           'query_info' => 'sdat=99',
           'cookie'     => 'expectnew,url,nocookie',
           },
       'sidurl/getsdaturlsess.htm' => {
  -        'offline'    => 0,
  +        'modperl'    => 1,
           'cookie'     => 'expectnew,url',
           },
       'EmbperlObject/epopage1.htm' => {
  
  
  
  1.43      +4 -0      embperl/test/conf/httpd.conf.src
  
  Index: httpd.conf.src
  ===================================================================
  RCS file: /home/cvs/embperl/test/conf/httpd.conf.src,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- httpd.conf.src    2001/08/13 10:53:45     1.42
  +++ httpd.conf.src    2001/08/14 04:28:08     1.43
  @@ -296,6 +296,8 @@
   </Location>
   
   
  +Alias /cgi-bin/uidurl/ \"$EPPATH/test/html/sidurl/\"
  +Alias /cgi-bin/suidurl/ \"$EPPATH/test/html/sidurl/\"
   Alias /cgi-bin/ \"$EPPATH/test/html/\"
   Alias /cgi-bin-32/ \"$EPPATH/test/html/\"
   ScriptAlias /cgi/ \"$EPPATH/\"
  @@ -453,6 +455,8 @@
   Options ExecCGI
   PerlSetEnv EMBPERL_OPTIONS 0x7000000
   </Location>
  +
  +
   
   EOD
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to