Skip to content

Commit b614ab5

Browse files
committed
Better name
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1468675 13f79535-47bb-0310-9956-ffa450edef68
1 parent 766e7eb commit b614ab5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/test/java/org/apache/commons/io/input/ClassLoaderObjectInputStreamTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ public int hashCode() {
109109
return super.hashCode();
110110
}
111111
}
112-
public void testString() throws Exception {
112+
113+
public void testObject() throws Exception {
113114

114115
final ByteArrayOutputStream baos = new ByteArrayOutputStream();
115116
final ObjectOutputStream oos = new ObjectOutputStream(baos);

0 commit comments

Comments
 (0)