Skip to content

Commit cd1e8cf

Browse files
committed
fix expectations
1 parent a9311f5 commit cd1e8cf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/test/java/org/htmlunit/libraries/jquery/JQuery1x11x3Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5724,7 +5724,7 @@ public void ajax__jQuery_ajax_____synchronous_request_with_callbacks() throws Ex
57245724
* @throws Exception if an error occurs
57255725
*/
57265726
@Test
5727-
@Alerts("0, 8, 8")
5727+
@Alerts("2, 6, 8")
57285728
public void ajax__jQuery_ajax____jQuery_get_Script_JSON_____jQuery_post____pass_through_request_object() throws Exception {
57295729
runTest("ajax: jQuery.ajax(), jQuery.get[Script|JSON](), jQuery.post(), pass-through request object");
57305730
}

src/test/java/org/htmlunit/libraries/jquery/JQuery1x12x4Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6315,7 +6315,7 @@ public void ajax__jQuery_ajax_____synchronous_request_with_callbacks() throws Ex
63156315
* @throws Exception if an error occurs
63166316
*/
63176317
@Test
6318-
@Alerts("8")
6318+
@Alerts("2, 6, 8")
63196319
public void ajax__jQuery_ajax____jQuery_get_Script_JSON_____jQuery_post____pass_through_request_object() throws Exception {
63206320
runTest("ajax: jQuery.ajax(), jQuery.get[Script|JSON](), jQuery.post(), pass-through request object");
63216321
}

src/test/java/org/htmlunit/libraries/jquery/JQuery1x8x2Test.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4398,7 +4398,7 @@ public void ajax__synchronous_request_with_callbacks() throws Exception {
43984398
* @throws Exception if an error occurs
43994399
*/
44004400
@Test
4401-
@Alerts("0, 8, 8")
4401+
@Alerts("2, 6, 8")
44024402
public void ajax__pass_through_request_object() throws Exception {
44034403
runTest("ajax: pass-through request object");
44044404
}
@@ -4618,7 +4618,7 @@ public void ajax__jQuery_ajax_____script__Remote() throws Exception {
46184618
* @throws Exception if an error occurs
46194619
*/
46204620
@Test
4621-
@Alerts("0, 3, 3")
4621+
@Alerts("2, 0, 2")
46224622
public void ajax__jQuery_ajax_____script__Remote_with_POST() throws Exception {
46234623
runTest("ajax: jQuery.ajax() - script, Remote with POST");
46244624
}

0 commit comments

Comments
 (0)