|
From: <lh...@us...> - 2010-03-23 09:54:54
|
Revision: 385
http://tinytim.svn.sourceforge.net/tinytim/?rev=385&view=rev
Author: lheuer
Date: 2010-03-23 09:54:45 +0000 (Tue, 23 Mar 2010)
Log Message:
-----------
Added dummy test method to avoid warnings
Modified Paths:
--------------
tinytim/trunk/src/test/java/org/tinytim/core/TinyTimTestCase.java
Modified: tinytim/trunk/src/test/java/org/tinytim/core/TinyTimTestCase.java
===================================================================
--- tinytim/trunk/src/test/java/org/tinytim/core/TinyTimTestCase.java 2010-03-22 14:55:40 UTC (rev 384)
+++ tinytim/trunk/src/test/java/org/tinytim/core/TinyTimTestCase.java 2010-03-23 09:54:45 UTC (rev 385)
@@ -58,6 +58,9 @@
super(name);
}
+ // Avoid warning that this class does not contain tests
+ public void testNothing() {}
+
/**
* Returns additional / non-default properties which should be set
* to configure the {@link org.tmapi.core.TopicMapSystemFactory}.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|