[Pkg-javascript-commits] [pdf.js] 36/141: Make Opera a possible browser to test with
David Prévot
taffit at moszumanska.debian.org
Sat Apr 19 22:40:27 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit c834ba7c3e1e361802029b00ca051b0633b347bd
Author: Thorben Bochenek <thorbenb at opera.com>
Date: Fri Apr 4 14:48:23 2014 +0200
Make Opera a possible browser to test with
---
test/webbrowser.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/webbrowser.js b/test/webbrowser.js
index 68bb71e..f7354f1 100644
--- a/test/webbrowser.js
+++ b/test/webbrowser.js
@@ -149,7 +149,7 @@ WebBrowser.create = function (desc) {
if (/firefox/i.test(name)) {
return new FirefoxBrowser(desc.name, desc.path);
}
- if (/(chrome|chromium)/i.test(name)) {
+ if (/(chrome|chromium|opera)/i.test(name)) {
return new ChromiumBrowser(desc.name, desc.path);
}
return new WebBrowser(desc.name, desc.path);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list