소스 검색

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


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.