wwag110465 / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

Result file name doesn't distinguish between IE7 and IE8/9 in IE7 compatibility mode. #342

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run a test on IE8 or IE9 that uses the browser's compatibility mode for an 
earlier version of IE.

What is the expected output? What do you see instead?
The expected output is to see a result file that says it was created for IE8 or 
IE9, instead you'll the files being named after the browser whose compatibility 
mode was used.

What version of the product are you using? On what operating system?
Latest, on a Windows machine

Please provide any additional information below.
So, the following result file:

TEST-Microsoft_Internet_Explorer_70_Windows.MyTestName.xml

Could have just as well been used on IE8 or IE9. We can't see the difference.

Original issue reported on code.google.com by carlgies...@gmail.com on 29 Feb 2012 at 12:15