Skip to content

Commit

Permalink
Merge pull request #2807 from jstourac/jacksonDatatype315
Browse files Browse the repository at this point in the history
[3.15] [RESTEASY-2913] Remove JacksonDataTypeTest#testDatatypeNotSupportedDu…
  • Loading branch information
jamezp committed Jun 2, 2021
2 parents 5157bbc + 5b08ca8 commit c7c223d
Showing 1 changed file with 0 additions and 10 deletions.
Expand Up @@ -108,16 +108,6 @@ public void testDatatypeNotSupportedDate() throws Exception {
Assert.assertThat("Wrong conversion of Date", strResponse.matches("^[0-9]*$"), is(true));
}

/**
* @tpTestDetails Check duration type without datatype supported
* @tpSince RESTEasy 3.1.0.CR3
*/
@Test
public void testDatatypeNotSupportedDuration() throws Exception {
String strResponse = requestHelper("duration", DEFAULT_DEPLOYMENT);
Assert.assertThat("Wrong conversion of Duration", strResponse, not(containsString("PT5.000000006S")));
}

/**
* @tpTestDetails Check null optional type without datatype supported
* @tpSince RESTEasy 3.1.0.CR3
Expand Down

0 comments on commit c7c223d

Please sign in to comment.