Explorar o código

default recording to 0

Gordon Child %!s(int64=14) %!d(string=hai) anos
pai
achega
31ea2441d2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      t/lib/MockSeleniumRC.pm

+ 1 - 1
t/lib/MockSeleniumRC.pm

@@ -24,7 +24,7 @@ sub load_recording {
 
 
 sub register {
 sub register {
   my $record = shift;
   my $record = shift;
-  $record = 1 if !defined $record;
+  $record = 0 if !defined $record;
   my $file = shift;
   my $file = shift;
   my $self = {record => $record,
   my $self = {record => $record,
               req_index => 0,
               req_index => 0,