|
From: <lh...@us...> - 2010-03-23 21:37:50
|
Revision: 179
http://tmapi.svn.sourceforge.net/tmapi/?rev=179&view=rev
Author: lheuer
Date: 2010-03-23 21:37:44 +0000 (Tue, 23 Mar 2010)
Log Message:
-----------
Made TMAPI test case abstract
Modified Paths:
--------------
trunk/src/test/java/org/tmapi/core/TMAPITestCase.java
Modified: trunk/src/test/java/org/tmapi/core/TMAPITestCase.java
===================================================================
--- trunk/src/test/java/org/tmapi/core/TMAPITestCase.java 2010-03-19 13:58:46 UTC (rev 178)
+++ trunk/src/test/java/org/tmapi/core/TMAPITestCase.java 2010-03-23 21:37:44 UTC (rev 179)
@@ -36,7 +36,7 @@
* @author <a href="http://tmapi.org/">The TMAPI Project</a>
* @version $Rev$ - $Date$
*/
-public class TMAPITestCase extends TestCase {
+public abstract class TMAPITestCase extends TestCase {
/**
* Default address under which the initial topic map is stored.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|