You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2004/12/01 08:51:12 UTC

svn commit: r109313 - /incubator/directory/seda/trunk/src/test/org/apache/seda/ProtocolTestCase.java

Author: trustin
Date: Tue Nov 30 23:51:11 2004
New Revision: 109313

URL: http://svn.apache.org/viewcvs?view=rev&rev=109313
Log:
Made ProtocolTestCase abstract
Modified:
   incubator/directory/seda/trunk/src/test/org/apache/seda/ProtocolTestCase.java

Modified: incubator/directory/seda/trunk/src/test/org/apache/seda/ProtocolTestCase.java
Url: http://svn.apache.org/viewcvs/incubator/directory/seda/trunk/src/test/org/apache/seda/ProtocolTestCase.java?view=diff&rev=109313&p1=incubator/directory/seda/trunk/src/test/org/apache/seda/ProtocolTestCase.java&r1=109312&p2=incubator/directory/seda/trunk/src/test/org/apache/seda/ProtocolTestCase.java&r2=109313
==============================================================================
--- incubator/directory/seda/trunk/src/test/org/apache/seda/ProtocolTestCase.java	(original)
+++ incubator/directory/seda/trunk/src/test/org/apache/seda/ProtocolTestCase.java	Tue Nov 30 23:51:11 2004
@@ -38,7 +38,7 @@
  * @author <a href="mailto:directory-dev@incubator.apache.org">Apache Directory Project</a>
  * @version $Rev$
  */
-public class ProtocolTestCase extends TestCase
+public abstract class ProtocolTestCase extends TestCase
 {
     /** the frontend used to test the protocol */
     protected DefaultFrontend fe = null;