From: <asa...@us...> - 2013-12-19 10:26:22
|
Revision: 8874 http://sourceforge.net/p/htmlunit/code/8874 Author: asashour Date: 2013-12-19 10:26:18 +0000 (Thu, 19 Dec 2013) Log Message: ----------- Change old SourceForge bug URLs Modified Paths: -------------- trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HTMLParser.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/WebClientTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/DomTextTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlAnchorTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlFileInputTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlFrameSetTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlFrameTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlImageInputTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlPageTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/xpath/HtmlUnitXPathTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/SimpleScriptableTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/background/MemoryLeakTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/LocationTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/Node2Test.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/Window2Test.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/WindowConcurrencyTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/WindowTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/css/ComputedCSSStyleDeclarationTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocumentWriteTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLFormElement2Test.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLFormElementTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLFrameElementTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLOptionElementTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLSelectElementTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLHttpRequest3Test.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLHttpRequestTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/HtmlUnitRegExpProxyTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/LibraryDependencyTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/YuiTest.java Modified: trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HTMLParser.java =================================================================== --- trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HTMLParser.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HTMLParser.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -261,7 +261,7 @@ * probably be done by NekoHTML. See the bug linked below. If and when that bug is fixed, * we may be able to get rid of this code. * - * http://sourceforge.net/tracker/index.php?func=detail&aid=1898038&group_id=195122&atid=952178 + * http://sourceforge.net/p/nekohtml/bugs/15/ * @param page * @param originalCall * @param checkInsideFrameOnly true if the original page had body that was removed by JavaScript Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/WebClientTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/WebClientTest.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/WebClientTest.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -1215,7 +1215,7 @@ } /** - * Regression test for https://sf.net/tracker/index.php?func=detail&aid=1669097&group_id=47038&atid=448266. + * Regression test for http://sourceforge.net/p/htmlunit/bugs/431/. * @throws Exception if an error occurs */ @Test Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/DomTextTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/DomTextTest.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/DomTextTest.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -55,8 +55,8 @@ } /** - * Test font formats, as per bug #1731042. - * See http://sourceforge.net/tracker/index.php?func=detail&aid=1731042&group_id=47038&atid=448266. + * Test font formats, as per bug #490. + * See http://sourceforge.net/p/htmlunit/bugs/490/. * * @throws Exception if the test fails */ Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlAnchorTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlAnchorTest.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlAnchorTest.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -473,7 +473,7 @@ * Links with an href and a non-false returning onclick that opens a new window should still * open the href in the first window. * - * https://sourceforge.net/tracker/index.php?func=detail&aid=1587110&group_id=47038&atid=448266 + * http://sourceforge.net/p/htmlunit/bugs/394/ * * @throws Exception on test failure */ Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlFileInputTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlFileInputTest.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlFileInputTest.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -349,7 +349,7 @@ * Test HttpClient for uploading a file with non-ASCII name, if it works it means HttpClient has fixed its bug. * * Test for http://issues.apache.org/jira/browse/HTTPCLIENT-293, - * which is related to http://sourceforge.net/tracker/index.php?func=detail&aid=1818569&group_id=47038&atid=448266 + * which is related to http://sourceforge.net/p/htmlunit/bugs/535/ * * @throws Exception if the test fails */ @@ -391,7 +391,7 @@ /** * Test uploading a file with non-ASCII name. * - * Test for http://sourceforge.net/tracker/index.php?func=detail&aid=1818569&group_id=47038&atid=448266 + * Test for http://sourceforge.net/p/htmlunit/bugs/535/ * * @throws Exception if the test fails */ Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlFrameSetTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlFrameSetTest.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlFrameSetTest.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -115,7 +115,7 @@ } /** - * Regression test for http://sourceforge.net/tracker/index.php?func=detail&aid=1101525&group_id=47038&atid=448266. + * Regression test for http://sourceforge.net/p/htmlunit/bugs/203/. * @throws Exception if the test fails */ @Test @@ -181,8 +181,8 @@ /** * Forward referencing issue in FrameSet. - * Test for bug 1239285 - * https://sourceforge.net/tracker/index.php?func=detail&aid=1239285&group_id=47038&atid=448266 + * Test for bug 291 + * http://sourceforge.net/p/htmlunit/bugs/291/ * @throws Exception if the test fails */ @Test @@ -293,7 +293,7 @@ } /** - * Regression test for https://sf.net/tracker/index.php?func=detail&aid=1794764&group_id=47038&atid=448266. + * Regression test for http://sourceforge.net/p/htmlunit/bugs/521/. * @throws Exception if the test fails */ @Test Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlFrameTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlFrameTest.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlFrameTest.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -184,8 +184,8 @@ } /** - * Regression test for bug 1518195. - * See http://sourceforge.net/tracker/index.php?func=detail&aid=1518195&group_id=47038&atid=448266. + * Regression test for bug 363. + * See http://sourceforge.net/p/htmlunit/bugs/363/. * @throws Exception if the test fails */ @Test Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlImageInputTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlImageInputTest.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlImageInputTest.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -177,7 +177,7 @@ } /** - * Test for bug: http://sourceforge.net/tracker/index.php?func=detail&aid=2013891&group_id=47038&atid=448266. + * Test for bug: http://sourceforge.net/p/htmlunit/bugs/646/. * @throws Exception if an error occurs */ @Test @@ -191,7 +191,7 @@ } /** - * Test for bug: http://sourceforge.net/tracker/index.php?func=detail&aid=2013891&group_id=47038&atid=448266. + * Test for bug: http://sourceforge.net/p/htmlunit/bugs/646/. * @throws Exception if an error occurs */ @Test Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlPageTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlPageTest.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlPageTest.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -1788,7 +1788,7 @@ /** * HtmlPage.getReadyState() should give the same information than the document element. - * @see <a href="http://sf.net/tracker/index.php?func=detail&aid=1592733&group_id=47038&atid=448266">1592733</a> + * @see <a href="http://sourceforge.net/p/htmlunit/bugs/402/">402</a> * @exception Exception If the test fails */ @Test Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/xpath/HtmlUnitXPathTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/xpath/HtmlUnitXPathTest.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/xpath/HtmlUnitXPathTest.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -218,7 +218,7 @@ } /** - * Regression test for https://sf.net/tracker/index.php?func=detail&aid=1527799&group_id=47038&atid=448266. + * Regression test for http://sourceforge.net/p/htmlunit/bugs/365/. * @throws Exception if test fails */ @Test Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/SimpleScriptableTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/SimpleScriptableTest.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/SimpleScriptableTest.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -243,7 +243,7 @@ } /** - * Test for https://sourceforge.net/tracker/index.php?func=detail&aid=1933943&group_id=47038&atid=448266. + * Test for http://sourceforge.net/p/htmlunit/bugs/587/. * See also http://groups.google.com/group/mozilla.dev.tech.js-engine.rhino/browse_thread/thread/1f1c24f58f662c58. * @throws Exception if the test fails */ Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/background/MemoryLeakTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/background/MemoryLeakTest.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/background/MemoryLeakTest.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -56,8 +56,8 @@ /** * Verifies that windows don't get leaked, especially when there are long-running background JS tasks * scheduled via <tt>setTimeout</tt> or <tt>setInterval</tt>. See the following bugs: - * https://sourceforge.net/tracker/index.php?func=detail&aid=2003396&group_id=47038&atid=448266 - * https://sourceforge.net/tracker/index.php?func=detail&aid=2014629&group_id=47038&atid=448266 + * http://sourceforge.net/p/htmlunit/bugs/639/ + * http://sourceforge.net/p/htmlunit/bugs/648/ * * @throws Exception if an error occurs */ Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/LocationTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/LocationTest.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/LocationTest.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -304,7 +304,7 @@ } /** - * Regression test for http://sourceforge.net/tracker/index.php?func=detail&aid=1289060&group_id=47038&atid=448266. + * Regression test for http://sourceforge.net/p/htmlunit/bugs/307/. * @throws Exception if the test fails */ @Test Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/Node2Test.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/Node2Test.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/Node2Test.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -122,7 +122,7 @@ /** * Verifies that attributes belonging to cloned nodes are available via JavaScript. - * http://sourceforge.net/tracker/index.php?func=detail&aid=2024741&group_id=47038&atid=448266 + * http://sourceforge.net/p/htmlunit/bugs/659/ * @throws Exception if an error occurs */ @Test Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/Window2Test.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/Window2Test.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/Window2Test.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -341,7 +341,7 @@ } /** - * Regression test for https://sf.net/tracker/index.php?func=detail&aid=1153708&group_id=47038&atid=448266 + * Regression test for http://sourceforge.net/p/htmlunit/bugs/234/ * and https://bugzilla.mozilla.org/show_bug.cgi?id=443491. * @throws Exception if the test fails */ Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/WindowConcurrencyTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/WindowConcurrencyTest.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/WindowConcurrencyTest.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -348,8 +348,8 @@ } /** - * Regression test for bug #2093370 with clearInterval. - * @see <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=2093370&group_id=47038&atid=448266"> + * Regression test for bug #693 with clearInterval. + * @see <a href="http://sourceforge.net/p/htmlunit/bugs/693/"> * bug details</a> * @throws Exception if the test fails */ @@ -360,7 +360,7 @@ /** * Regression test for bug #2093370 with clearTimeout. - * @see <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=2093370&group_id=47038&atid=448266"> + * @see <a href="http://sourceforge.net/p/htmlunit/bugs/693/"> * bug details</a> * @throws Exception if the test fails */ Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/WindowTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/WindowTest.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/WindowTest.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -1850,8 +1850,8 @@ } /** - * Regression test for [ 1608555 ] JavaScript: window.eval does evaluate local scope. - * See https://sourceforge.net/tracker/index.php?func=detail&aid=1608555&group_id=47038&atid=448266. + * Regression test for #408 JavaScript: window.eval does evaluate local scope. + * See http://sourceforge.net/p/htmlunit/bugs/408/. * @throws Exception if the test fails */ @Test @@ -2198,7 +2198,7 @@ } /** - * Regression test for https://sf.net/tracker/index.php?func=detail&aid=1153708&group_id=47038&atid=448266 + * Regression test for http://sourceforge.net/p/htmlunit/bugs/234/ * and https://bugzilla.mozilla.org/show_bug.cgi?id=443491. * @throws Exception if the test fails */ Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/css/ComputedCSSStyleDeclarationTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/css/ComputedCSSStyleDeclarationTest.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/css/ComputedCSSStyleDeclarationTest.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -133,7 +133,7 @@ /** * Some style tests. There are two points in this case: * <ol> - * <li>https://sourceforge.net/tracker/index.php?func=detail&aid=1566274&group_id=82996&atid=567969</li> + * <li>http://sourceforge.net/p/cssparser/bugs/17/</li> * <li>the "pointer" value gets inherited by "myDiv2", which is parsed as a child of "style_test_1"</li> * </ol> * @throws Exception if the test fails Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocumentWriteTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocumentWriteTest.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocumentWriteTest.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -561,8 +561,8 @@ } /** - * Test for bug 1678826. - * https://sourceforge.net/tracker/index.php?func=detail&aid=1678826&group_id=47038&atid=448266 + * Test for bug 436. + * http://sourceforge.net/p/htmlunit/bugs/436/ * @throws Exception if the test fails */ @Test Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLFormElement2Test.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLFormElement2Test.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLFormElement2Test.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -297,7 +297,7 @@ /** * Verifies that the event object is correctly made available. - * Regression test for https://sf.net/tracker/index.php?func=detail&aid=1648014&group_id=47038&atid=448266. + * Regression test for http://sourceforge.net/p/htmlunit/bugs/425/ * @throws Exception if the test fails */ @Test Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLFormElementTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLFormElementTest.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLFormElementTest.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -688,7 +688,7 @@ /** * Test that the form from the right page is returned after browsing. * Regression test for - * http://sourceforge.net/tracker/index.php?func=detail&aid=1627983&group_id=47038&atid=448266 + * http://sourceforge.net/p/htmlunit/bugs/417/ * @throws Exception if the test fails */ @Test Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLFrameElementTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLFrameElementTest.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLFrameElementTest.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -48,7 +48,7 @@ public class HTMLFrameElementTest extends SimpleWebTestCase { /** - * Regression test for http://sourceforge.net/tracker/index.php?func=detail&aid=1101525&group_id=47038&atid=448266. + * Regression test for http://sourceforge.net/p/htmlunit/bugs/203/. * @throws Exception if the test fails */ @Test @@ -87,7 +87,7 @@ /** * Regression test for bug 1236048. - * See http://sourceforge.net/tracker/index.php?func=detail&aid=1236048&group_id=47038&atid=448266. + * See http://sourceforge.net/p/htmlunit/bugs/288/. * @throws Exception if the test fails */ @Alerts("2") @@ -118,8 +118,8 @@ } /** - * Regression test for bug 1289060. - * See http://sourceforge.net/tracker/index.php?func=detail&aid=1289060&group_id=47038&atid=448266. + * Regression test for bug 307. + * See http://sourceforge.net/p/htmlunit/bugs/307/. * @throws Exception if the test fails */ @Alerts("DIV") Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLOptionElementTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLOptionElementTest.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLOptionElementTest.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -64,8 +64,8 @@ } /** - * Regression test for bug 1323425. - * See http://sourceforge.net/tracker/index.php?func=detail&aid=1323425&group_id=47038&atid=448266. + * Regression test for bug 313. + * See http://sourceforge.net/p/htmlunit/bugs/313/. * @throws Exception if the test fails */ @Test Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLSelectElementTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLSelectElementTest.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLSelectElementTest.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -462,8 +462,8 @@ } /** - * Regression test for bug 1304741. - * See https://sourceforge.net/tracker/index.php?func=detail&aid=1304741&group_id=47038&atid=448266. + * Regression test for bug 308. + * See http://sourceforge.net/p/htmlunit/bugs/308/. * @throws Exception if the test fails */ @Test Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLHttpRequest3Test.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLHttpRequest3Test.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLHttpRequest3Test.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -193,7 +193,7 @@ /** * Asynchronous callback should be called in "main" js thread and not parallel to other js execution. - * See https://sourceforge.net/tracker/index.php?func=detail&aid=1508377&group_id=47038&atid=448266. + * See http://sourceforge.net/p/htmlunit/bugs/360/. * @throws Exception if the test fails */ @Test Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLHttpRequestTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLHttpRequestTest.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLHttpRequestTest.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -303,7 +303,7 @@ } /** - * Regression test for http://sourceforge.net/tracker/index.php?func=detail&aid=1209692&group_id=47038&atid=448266. + * Regression test for http://sourceforge.net/p/htmlunit/bugs/269/. * @throws Exception if the test fails */ @Test @@ -561,9 +561,9 @@ } /** - * Regression test for bug 1611097. - * https://sourceforge.net/tracker/index.php?func=detail&aid=1611097&group_id=47038&atid=448266 - * Caution: the problem appeared with jdk 1.4 but not with jdk 1.5 as String contains a + * Regression test for bug 410. + * http://sourceforge.net/p/htmlunit/bugs/410/ + * Caution: the problem appeared with JDK 1.4 but not with JDK 1.5 as String contains a * replace(CharSequence, CharSequence) method in this version * @throws Exception if the test fails */ Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/HtmlUnitRegExpProxyTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/HtmlUnitRegExpProxyTest.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/HtmlUnitRegExpProxyTest.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -74,7 +74,7 @@ + "assertArrEquals(s.match(re), [s, 'var a = 1;', ';']);\n"; /** - * Test for bug http://sf.net/tracker/index.php?func=detail&aid=1780089&group_id=47038&atid=448266. + * Test for bug http://sourceforge.net/p/htmlunit/bugs/513/. * @throws Exception if the test fails */ @Test Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/LibraryDependencyTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/LibraryDependencyTest.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/LibraryDependencyTest.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -37,7 +37,7 @@ public class LibraryDependencyTest extends WebDriverTestCase { /** - * Test for http://sourceforge.net/tracker/index.php?func=detail&aid=1997280&group_id=47038&atid=448266. + * Test for http://sourceforge.net/p/htmlunit/bugs/637/. * @throws Exception if the test fails */ @Alerts("2") Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/YuiTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/YuiTest.java 2013-12-18 21:47:23 UTC (rev 8873) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/YuiTest.java 2013-12-19 10:26:18 UTC (rev 8874) @@ -111,8 +111,6 @@ public void config() throws Exception { // Test currently commented out as there are problems with the YUI test. // A bug has been filed against YUI regarding the problems with the test. - // See http://sourceforge.net/tracker/index.php?func=detail&aid=1788014&group_id=165715&atid=836476 - // for more details. fail("YUI test has a bug that causes this to fail."); //doTest("config.html"); } |