Skip to content

Commit

Permalink
Removed an obsolete test
Browse files Browse the repository at this point in the history
Signed-off-by: Rajarshi Guha <rajarshi.guha@gmail.com>
  • Loading branch information
egonw authored and rajarshi committed Oct 23, 2010
1 parent 12af1c3 commit 8f0ac06
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -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);
Expand Down

0 comments on commit 8f0ac06

Please sign in to comment.