Skip to content

Commit 85d3cef

Browse files
committed
Better test method names.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1637838 13f79535-47bb-0310-9956-ffa450edef68
1 parent 13c1525 commit 85d3cef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/codec/binary/HexTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ public void testEncodeEmpty() throws EncoderException {
300300
}
301301

302302
@Test
303-
public void testEncodeZeroes() {
303+
public void testEncodeHexBytesZeroes() {
304304
final char[] c = Hex.encodeHex(new byte[36]);
305305
assertEquals("000000000000000000000000000000000000000000000000000000000000000000000000", new String(c));
306306
}

0 commit comments

Comments
 (0)