[Pkg-javascript-commits] [dojo] 95/149: refs #18427, add Edge to list of browsers within the Intern config
David Prévot
taffit at moszumanska.debian.org
Sat Feb 27 03:13:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository dojo.
commit 26325a952f7f93c7dee3d153bbcca9ce943c6bcb
Author: John-David Dalton <john.david.dalton at gmail.com>
Date: Sun Oct 25 07:03:44 2015 -0700
refs #18427, add Edge to list of browsers within the Intern config
---
tests/dojo.intern.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/dojo.intern.js b/tests/dojo.intern.js
index d248c30..6549057 100644
--- a/tests/dojo.intern.js
+++ b/tests/dojo.intern.js
@@ -38,8 +38,9 @@ define([
'prerun': 'http://localhost:9001/tests/support/prerun.bat' },
{ browserName: 'internet explorer', version: '10', platform: 'Windows 8',
'prerun': 'http://localhost:9001/tests/support/prerun.bat' },
- { browserName: 'internet explorer', version: '11', platform: 'Windows 8.1',
+ { browserName: 'internet explorer', version: '11', platform: 'Windows 10',
'prerun': 'http://localhost:9001/tests/support/prerun.bat' },
+ { browserName: 'microsoftedge', version: '20.10240', platform: 'Windows 10' },
{ browserName: 'firefox', version: '', platform: [ 'OS X 10.10', 'Windows 7' ] },
{ browserName: 'chrome', version: '', platform: [
'OS X 10.10', 'Windows 7'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git
More information about the Pkg-javascript-commits
mailing list