From f9f95ac89bd9f8ab2900065897c0cb41f6aa3921 Mon Sep 17 00:00:00 2001 From: a921966 Date: Sat, 17 May 2025 21:59:34 +0200 Subject: [PATCH] chore: remove unnecessary comment --- .../midpoint/client/impl/restjaxb/TestIntegrationBasic.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/midpoint-client-impl-rest-jaxb/src/test/java/com/evolveum/midpoint/client/impl/restjaxb/TestIntegrationBasic.java b/midpoint-client-impl-rest-jaxb/src/test/java/com/evolveum/midpoint/client/impl/restjaxb/TestIntegrationBasic.java index 09a7632..d4c55a7 100644 --- a/midpoint-client-impl-rest-jaxb/src/test/java/com/evolveum/midpoint/client/impl/restjaxb/TestIntegrationBasic.java +++ b/midpoint-client-impl-rest-jaxb/src/test/java/com/evolveum/midpoint/client/impl/restjaxb/TestIntegrationBasic.java @@ -423,9 +423,6 @@ public void test615SearchResultResponseHeaders() throws Exception { assertNotNull(responseHeaders); } - /** - * Currently this test will pass with only with midpoint branch Z14tk0:feature/rest-search-total-count-header (currently found in this PR https://github.com/Evolveum/midpoint/pull/232) - */ @Test public void test620UserSearchWithTotalCount() throws Exception { SearchResult searchResult = service.users().search().queryFor(UserType.class).build()