From 2c9a881dec5e99cd907584727b0ea5fd325e7db0 Mon Sep 17 00:00:00 2001 From: Kirill Kozlov Date: Wed, 17 Jan 2018 19:35:53 +0100 Subject: [PATCH] Remove TODO implemented in pull/5165 (#5262) --- integration-tests/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/integration-tests/README.md b/integration-tests/README.md index 87e67a9f085..a1ee398bfe6 100644 --- a/integration-tests/README.md +++ b/integration-tests/README.md @@ -182,7 +182,3 @@ This will tell the test framework that the test class needs to be constructed us 2) FromFileTestQueryHelper - reads queries with expected results from file and executes them and verifies the results using ResultVerifier Refer ITIndexerTest as an example on how to use dependency Injection - -TODOS ------------------------ -1) Remove the patch for TestNG after resolution of Surefire-622