From: <asa...@us...> - 2016-03-12 13:12:33
|
Revision: 12055 http://sourceforge.net/p/htmlunit/code/12055 Author: asashour Date: 2016-03-12 13:12:30 +0000 (Sat, 12 Mar 2016) Log Message: ----------- remove redundant methods Modified Paths: -------------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfTTest.java Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2016-03-12 13:10:01 UTC (rev 12054) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2016-03-12 13:12:30 UTC (rev 12055) @@ -980,15 +980,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _Element_HTMLNoShowElement() throws Exception { - test("Element", "HTMLNoShowElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts(DEFAULT = "false", IE = "true") public void _Element_HTMLNextIdElement() throws Exception { @@ -1210,15 +1201,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _Element_HTMLTextElement() throws Exception { - test("Element", "HTMLTextElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts("true") public void _Element_HTMLTextAreaElement() throws Exception { test("Element", "HTMLTextAreaElement"); 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 2016-03-12 13:10:01 UTC (rev 12054) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java 2016-03-12 13:12:30 UTC (rev 12055) @@ -240,15 +240,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _HTMLCommentElement_HTMLCommentElement() throws Exception { - test("HTMLCommentElement", "HTMLCommentElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts("true") public void _HTMLDataListElement_HTMLDataListElement() throws Exception { test("HTMLDataListElement", "HTMLDataListElement"); @@ -591,15 +582,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _HTMLNoShowElement_HTMLNoShowElement() throws Exception { - test("HTMLNoShowElement", "HTMLNoShowElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts(DEFAULT = "false", IE = "true") public void _HTMLNextIdElement_HTMLNextIdElement() throws Exception { @@ -831,15 +813,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _HTMLTextElement_HTMLTextElement() throws Exception { - test("HTMLTextElement", "HTMLTextElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts("true") public void _HTMLTextAreaElement_HTMLTextAreaElement() throws Exception { test("HTMLTextAreaElement", "HTMLTextAreaElement"); Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfTTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfTTest.java 2016-03-12 13:10:01 UTC (rev 12054) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfTTest.java 2016-03-12 13:12:30 UTC (rev 12055) @@ -183,15 +183,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _XPathNSResolver_XPathNSResolver() throws Exception { - test("XPathNSResolver", "XPathNSResolver"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts(DEFAULT = "true", IE = "false") public void _XPathResult_XPathResult() throws Exception { |