richter     01/11/22 20:46:12

  Modified:    .        Tag: Embperl2c epparse.c test.pl
  Log:
  fix make test when Apache::SessionX is not installed
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.45  +3 -2      embperl/Attic/epparse.c
  
  Index: epparse.c
  ===================================================================
  RCS file: /home/cvs/embperl/Attic/epparse.c,v
  retrieving revision 1.4.2.44
  retrieving revision 1.4.2.45
  diff -u -r1.4.2.44 -r1.4.2.45
  --- epparse.c 2001/11/14 15:01:41     1.4.2.44
  +++ epparse.c 2001/11/23 04:46:11     1.4.2.45
  @@ -9,7 +9,7 @@
   #   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   #   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   #
  -#   $Id: epparse.c,v 1.4.2.44 2001/11/14 15:01:41 richter Exp $
  +#   $Id: epparse.c,v 1.4.2.45 2001/11/23 04:46:11 richter Exp $
   #
   
###################################################################################*/
   
  @@ -1152,4 +1152,5 @@
       tIndex xDomTree ;
   
       return embperl_Parse (r, pStart, pEnd - pStart, &xDomTree) ;
  -    }
  \ No newline at end of file
  +    }
  +
  
  
  
  1.70.4.98 +3 -3      embperl/test.pl
  
  Index: test.pl
  ===================================================================
  RCS file: /home/cvs/embperl/test.pl,v
  retrieving revision 1.70.4.97
  retrieving revision 1.70.4.98
  diff -u -r1.70.4.97 -r1.70.4.98
  --- test.pl   2001/11/22 11:00:54     1.70.4.97
  +++ test.pl   2001/11/23 04:46:12     1.70.4.98
  @@ -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.70.4.97 2001/11/22 11:00:54 richter Exp $
  +#   $Id: test.pl,v 1.70.4.98 2001/11/23 04:46:12 richter Exp $
   #
   ###################################################################################
   
  @@ -885,7 +885,7 @@
   
   use vars qw ($httpconfsrc $httpconf $EPPORT $EPPORT2 *SAVEERR *ERR $EPHTTPDDLL 
$EPSTARTUP $EPDEBUG
                $testshare
  -            $EPSESSIONDS $EPSESSIONCLASS $EPSESSIONVERSION $EP1COMPAT 
$EPAPACHEVERSION $EPC_ENABLE
  +            $EPSESSIONDS $EPSESSIONCLASS $EPSESSIONVERSION $EPSESSIONXVERSION 
$EP1COMPAT $EPAPACHEVERSION $EPC_ENABLE
               $opt_offline $opt_ep1 $opt_cgi $opt_modperl $opt_execute $opt_nokill 
$opt_loop
               $opt_multchild $opt_memcheck $opt_exitonmem $opt_exitonsv $opt_config 
$opt_nostart $opt_uniquefn
               $opt_quite $opt_qq $opt_ignoreerror $opt_tests $opt_blib $opt_help 
$opt_dbgbreak $opt_finderr
  @@ -2378,7 +2378,7 @@
            if ($file =~ /sess\.htm/)
                   { 
                   next if ($loc eq $cgiloc && $EPSESSIONCLASS ne 'Embperl') ;
  -                if (!$EPSESSIONVERSION)
  +                if (!$EPSESSIONXVERSION)
                       {
                    $txt2 = "$file...";
                    $txt2 .= ' ' x (29 - length ($txt2)) ;
  
  
  

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

Reply via email to