浏览代码

Merge branch 'firefox-profile'

Daniel Gempesaw 11 年之前
父节点
当前提交
86be1a1c9b
共有 2 个文件被更改,包括 2 次插入2 次删除
  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;
     {
         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");
     }
 
     {

文件差异内容过多而无法显示
+ 0 - 0
t/mock-recordings/firefox-profile-mock-MSWin32.json


部分文件因为文件数量过多而无法显示