From 274d5d1fdb8378d234baa9710ad2480cadb6dfd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BCscher?= Date: Tue, 18 Oct 2016 11:13:09 +0200 Subject: [PATCH] Remove org.junit.rules.ExpectedException from forbidden-apis again --- buildSrc/src/main/resources/forbidden/es-test-signatures.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/buildSrc/src/main/resources/forbidden/es-test-signatures.txt b/buildSrc/src/main/resources/forbidden/es-test-signatures.txt index d365acbfca3..08e591e1cfa 100644 --- a/buildSrc/src/main/resources/forbidden/es-test-signatures.txt +++ b/buildSrc/src/main/resources/forbidden/es-test-signatures.txt @@ -25,4 +25,3 @@ org.apache.lucene.util.LuceneTestCase$Nightly @ We don't run nightly tests at th com.carrotsearch.randomizedtesting.annotations.Nightly @ We don't run nightly tests at this point! org.junit.Test @defaultMessage Just name your test method testFooBar -org.junit.rules.ExpectedException @ Use LuceneTestCase#expectThrows(Class, LuceneTestCase.ThrowingRunnable) instead