Browse Source

Merge branch 'firefox-profile'

Daniel Gempesaw 11 years ago
parent
commit
86be1a1c9b
2 changed files with 2 additions and 2 deletions
  1. 2 2
      t/Firefox-Profile.t
  2. 0 0
      t/mock-recordings/firefox-profile-mock-MSWin32.json

+ 2 - 2
t/Firefox-Profile.t

@@ -169,9 +169,9 @@ CROAKING: {
     my $profile = Selenium::Remote::Driver::Firefox::Profile->new;
     my $profile = Selenium::Remote::Driver::Firefox::Profile->new;
     {
     {
         eval {
         eval {
-            $profile->add_extension('00-load.t');
+            $profile->add_extension('t/00-load.t');
         };
         };
-        ok($@ =~ /xpi format/i, "caught invalid extension filetype");
+        cmp_ok($@, '=~', qr/xpi format/i, "caught invalid extension filetype");
     }
     }
 
 
     {
     {

File diff suppressed because it is too large
+ 0 - 0
t/mock-recordings/firefox-profile-mock-MSWin32.json


Some files were not shown because too many files changed in this diff