From 8f0ac06537f39b34b0fc5cc0d025c4fac0a80d62 Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Fri, 22 Oct 2010 16:04:16 +0200 Subject: [PATCH] Removed an obsolete test Signed-off-by: Rajarshi Guha --- .../org/openscience/cdk/tools/SystemOutLoggingToolTest.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/test/org/openscience/cdk/tools/SystemOutLoggingToolTest.java b/src/test/org/openscience/cdk/tools/SystemOutLoggingToolTest.java index aaf4f291dc5..798433b76f9 100644 --- a/src/test/org/openscience/cdk/tools/SystemOutLoggingToolTest.java +++ b/src/test/org/openscience/cdk/tools/SystemOutLoggingToolTest.java @@ -31,11 +31,6 @@ */ public class SystemOutLoggingToolTest extends CDKTestCase { - @Test public void testLoggingTool_Object() throws Exception { - ILoggingTool logger = new SystemOutLoggingTool(this.getClass()); - Assert.assertNotNull(logger); - } - @Test public void testLoggingTool_Class() throws Exception { ILoggingTool logger = new SystemOutLoggingTool(this.getClass()); Assert.assertNotNull(logger);