27
27
import org .eclipse .jetty .server .handler .DumpHandler ;
28
28
import org .junit .jupiter .api .AfterEach ;
29
29
import org .junit .jupiter .api .BeforeEach ;
30
- import org .junit .jupiter .api .Disabled ;
31
30
import org .junit .jupiter .api .Test ;
32
31
33
32
import static org .hamcrest .MatcherAssert .assertThat ;
@@ -410,7 +409,6 @@ public void test444() throws Exception
410
409
* @see <a href="https://www.rfc-editor.org/rfc/rfc2616#section-5.2">RFC 2616 - Section 5.2 - The Resource Identified by a Request</a>
411
410
*/
412
411
@ Test
413
- @ Disabled // TODO
414
412
public void test521 () throws Exception
415
413
{
416
414
// Default Host
@@ -494,7 +492,6 @@ public void test81() throws Exception
494
492
}
495
493
496
494
@ Test
497
- @ Disabled // TODO
498
495
public void test10418 () throws Exception
499
496
{
500
497
// Expect Failure
@@ -550,7 +547,6 @@ public void test823() throws Exception
550
547
}
551
548
552
549
@ Test
553
- @ Disabled // TODO
554
550
public void test824 () throws Exception
555
551
{
556
552
// Expect 100 not sent
@@ -609,7 +605,6 @@ public void test94()
609
605
}
610
606
611
607
@ Test
612
- @ Disabled // TODO
613
608
public void test1423 () throws Exception
614
609
{
615
610
try (StacklessLogging stackless = new StacklessLogging (HttpParser .class ))
@@ -628,7 +623,7 @@ public void test1423() throws Exception
628
623
629
624
offset = 0 ;
630
625
response = connector .getResponse ("GET /R1 HTTP/1.1\n " + "Host:\n " + "Connection: close\n " + "\n " );
631
- offset = checkContains (response , offset , "HTTP/1.1 200 " , "200 " ) + 1 ;
626
+ offset = checkContains (response , offset , "HTTP/1.1 400 " , "400 " ) + 1 ;
632
627
}
633
628
}
634
629
0 commit comments