Skip to content

Commit 2957b30

Browse files
committed
Oops, forgot to extend TestCase.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@798449 13f79535-47bb-0310-9956-ffa450edef68
1 parent 62e27b4 commit 2957b30

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/test/org/apache/commons/codec/net/UtilsTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@
1717

1818
package org.apache.commons.codec.net;
1919

20+
import junit.framework.TestCase;
21+
2022
/**
2123
* Tests Utils. Methods currently get 100%/100% line/branch code coverage from other tests classes.
2224
*
2325
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
2426
* @version $Id: $
2527
*/
26-
public class UtilsTest {
28+
public class UtilsTest extends TestCase {
2729

2830
/**
2931
* We could make the constructor private but there does not seem to be a point to jumping through extra code hoops

0 commit comments

Comments
 (0)