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:[EMAIL PROTECTED]">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;
