Revision: 40
http://tinytim.svn.sourceforge.net/tinytim/?rev=40&view=rev
Author: lheuer
Date: 2008-04-25 13:22:36 -0700 (Fri, 25 Apr 2008)
Log Message:
-----------
Removed in favour of the AbstractTMAPITestSuite
Removed Paths:
-------------
tinytim/trunk/src/test/java/org/tinytim/TMAPITestCase.java
Deleted: tinytim/trunk/src/test/java/org/tinytim/TMAPITestCase.java
===================================================================
--- tinytim/trunk/src/test/java/org/tinytim/TMAPITestCase.java 2008-04-25 20:20:01 UTC (rev 39)
+++ tinytim/trunk/src/test/java/org/tinytim/TMAPITestCase.java 2008-04-25 20:22:36 UTC (rev 40)
@@ -1,36 +0,0 @@
-/*
- * This is tinyTiM, a tiny Topic Maps engine.
- *
- * Copyright (C) 2008 Lars Heuer (heuer[at]semagia.com)
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- */
-package org.tinytim;
-
-import junit.framework.TestCase;
-
-/**
- * Base class for all TMAPI-related test cases.
- *
- * @author Lars Heuer (heuer[at]semagia.com) <a href="http://www.semagia.com/">Semagia</a>
- * @version $Rev$ - $Date$
- */
-public class TMAPITestCase extends TestCase {
-
- static {
- System.setProperty("org.tmapi.core.TopicMapSystemFactory", "org.tinytim.TopicMapSystemFactoryImpl");
- }
-}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|