-
asashour committed revision 5192 to the HtmlUnit SVN repository, changing 1 files.
2009-11-25 13:28:13 UTC by asashour
-
First part committed, and HtmlTableSectionTest.asText() was added as @NotYetImplemented.
2009-11-25 11:36:39 UTC by asashour
-
asashour committed revision 5191 to the HtmlUnit SVN repository, changing 1 files.
2009-11-25 11:35:50 UTC by asashour
-
Hi i get a ScriptException when I run a PUT AjaxRequest with the 2.7 Snapshot from 09. Nov.
$.ajax({
url: "testhost.com"
type: "PUT"
data: "test"
});.
2009-11-25 11:14:33 UTC by madaval
-
asashour committed revision 5190 to the HtmlUnit SVN repository, changing 1 files.
2009-11-25 10:31:18 UTC by asashour
-
asashour committed revision 5189 to the HtmlUnit SVN repository, changing 3 files.
2009-11-25 09:05:48 UTC by asashour
-
asashour committed revision 5188 to the HtmlUnit SVN repository, changing 1 files.
2009-11-25 08:11:23 UTC by asashour
-
asashour committed revision 5187 to the HtmlUnit SVN repository, changing 3 files.
2009-11-25 07:18:28 UTC by asashour
-
Attached the patch file for the tests and removing the SetWidth.zip file.
2009-11-25 02:15:39 UTC by amitmanjhi
-
The patch test file as a git patch (including inline):
--- a/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/GlobalFunctionsTest.java
+++ b/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/GlobalFunctionsTest.java
@@ -48,6 +48,23 @@ public class GlobalFunctionsTest extends WebDriverTestCase {
loadPageWithAlerts(html);
}
+
+ /**
+.
2009-11-25 02:13:39 UTC by amitmanjhi