Skip to content

Commit 2d06e68

Browse files
committed
Fixes issue #102 - Fix JSON-B @JsonbDateFormat test
1 parent e6ccb11 commit 2d06e68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jsonb/jsonbDateFormat/src/test/java/jakartaee/examples/jsonb/jsonbdateformat/JsonbDateFormatTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ public void after() {
8888
public void testJsonbDateFormat() throws Exception {
8989
HtmlPage page = webClient.getPage(baseUrl + "index.xhtml");
9090
page = page.getElementByName("form:submitButton").click();
91-
System.out.println(page.asXml());
9291
assertTrue(page.asXml().contains("{\"date\":\"09/11/2001\"}"));
9392
}
9493
}

0 commit comments

Comments
 (0)