GEODE-1784: deprecate test utility class to warn against new tests using it
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/7e585eaf Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/7e585eaf Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/7e585eaf Branch: refs/heads/feature/GEODE-420 Commit: 7e585eafd17e4af0ee22509f4c86cbcf8ace99e0 Parents: ed85e8e Author: Kirk Lund <[email protected]> Authored: Mon Aug 15 14:36:01 2016 -0700 Committer: Kirk Lund <[email protected]> Committed: Tue Aug 16 09:28:34 2016 -0700 ---------------------------------------------------------------------- .../java/com/gemstone/gemfire/security/SecurityTestUtils.java | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7e585eaf/geode-core/src/test/java/com/gemstone/gemfire/security/SecurityTestUtils.java ---------------------------------------------------------------------- diff --git a/geode-core/src/test/java/com/gemstone/gemfire/security/SecurityTestUtils.java b/geode-core/src/test/java/com/gemstone/gemfire/security/SecurityTestUtils.java index 598242d..3a469ec 100644 --- a/geode-core/src/test/java/com/gemstone/gemfire/security/SecurityTestUtils.java +++ b/geode-core/src/test/java/com/gemstone/gemfire/security/SecurityTestUtils.java @@ -91,7 +91,10 @@ import com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase; * and authorization tests. * * @since GemFire 5.5 + * + * @deprecated in favor of just writing a test without this class */ +@Deprecated public final class SecurityTestUtils { private final JUnit4DistributedTestCase distributedTestCase = new JUnit4DistributedTestCase() {};
