Selaa lähdekoodia

default recording to 0

Gordon Child 14 vuotta sitten
vanhempi
sitoutus
31ea2441d2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      t/lib/MockSeleniumRC.pm

+ 1 - 1
t/lib/MockSeleniumRC.pm

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