Browse Source

default recording to 0

Gordon Child 14 years ago
parent
commit
31ea2441d2
1 changed files with 1 additions and 1 deletions
  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,