From: <rb...@us...> - 2017-12-21 18:22:48
|
Revision: 15032 http://sourceforge.net/p/htmlunit/code/15032 Author: rbri Date: 2017-12-21 18:22:46 +0000 (Thu, 21 Dec 2017) Log Message: ----------- fix build Modified Paths: -------------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfCTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfMTest.java Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfCTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfCTest.java 2017-12-21 14:21:37 UTC (rev 15031) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfCTest.java 2017-12-21 18:22:46 UTC (rev 15032) @@ -662,8 +662,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") + @Alerts("false") public void _CSSRule_CSSViewportRule() throws Exception { test("CSSRule", "CSSViewportRule"); } @@ -778,8 +777,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") + @Alerts("false") public void _CSSViewportRule_CSSViewportRule() throws Exception { test("CSSViewportRule", "CSSViewportRule"); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java 2017-12-21 14:21:37 UTC (rev 15031) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java 2017-12-21 18:22:46 UTC (rev 15032) @@ -261,7 +261,7 @@ @Alerts(DEFAULT = "false", CHROME = "true", FF52 = "true") - @NotYetImplemented(FF52) + @NotYetImplemented({CHROME, FF52}) public void _DOMMatrix_WebKitCSSMatrix() throws Exception { test("DOMMatrix", "WebKitCSSMatrix"); } @@ -293,7 +293,7 @@ @Alerts(DEFAULT = "false", CHROME = "true", FF52 = "true") - @NotYetImplemented(FF52) + @NotYetImplemented({CHROME, FF52}) public void _DOMMatrixReadOnly_WebKitCSSMatrix() throws Exception { test("DOMMatrixReadOnly", "WebKitCSSMatrix"); } @@ -582,9 +582,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true", - FF = "true") + @Alerts(DEFAULT = "true", + IE = "false") public void _Element_HTMLDataElement() throws Exception { test("Element", "HTMLDataElement"); } @@ -1197,9 +1196,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true", - FF = "true") + @Alerts(DEFAULT = "true", + IE = "false") public void _Element_HTMLTimeElement() throws Exception { test("Element", "HTMLTimeElement"); } @@ -3082,9 +3080,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true", - FF = "true") + @Alerts(DEFAULT = "true", + IE = "false") public void _EventTarget_HTMLDataElement() throws Exception { test("EventTarget", "HTMLDataElement"); } @@ -3685,9 +3682,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true", - FF = "true") + @Alerts(DEFAULT = "true", + IE = "false") public void _EventTarget_HTMLTimeElement() throws Exception { test("EventTarget", "HTMLTimeElement"); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java 2017-12-21 14:21:37 UTC (rev 15031) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java 2017-12-21 18:22:46 UTC (rev 15032) @@ -265,9 +265,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true", - FF = "true") + @Alerts(DEFAULT = "true", + IE = "false") public void _HTMLDataElement_HTMLDataElement() throws Exception { test("HTMLDataElement", "HTMLDataElement"); } @@ -494,9 +493,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true", - FF = "true") + @Alerts(DEFAULT = "true", + IE = "false") public void _HTMLElement_HTMLDataElement() throws Exception { test("HTMLElement", "HTMLDataElement"); } @@ -1109,9 +1107,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true", - FF = "true") + @Alerts(DEFAULT = "true", + IE = "false") public void _HTMLElement_HTMLTimeElement() throws Exception { test("HTMLElement", "HTMLTimeElement"); } @@ -1788,9 +1785,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true", - FF = "true") + @Alerts(DEFAULT = "true", + IE = "false") public void _HTMLTimeElement_HTMLTimeElement() throws Exception { test("HTMLTimeElement", "HTMLTimeElement"); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfMTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfMTest.java 2017-12-21 14:21:37 UTC (rev 15031) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfMTest.java 2017-12-21 18:22:46 UTC (rev 15032) @@ -976,9 +976,8 @@ * if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true", - FF = "true") + @Alerts(DEFAULT = "true", + IE = "false") public void _Node_HTMLDataElement() throws Exception { test("Node", "HTMLDataElement"); } @@ -1666,9 +1665,8 @@ * if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true", - FF = "true") + @Alerts(DEFAULT = "true", + IE = "false") public void _Node_HTMLTimeElement() throws Exception { test("Node", "HTMLTimeElement"); } |