This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push: new dfb1f75 Minor formatting. dfb1f75 is described below commit dfb1f7535c36d958a540a273b4d74e9580650087 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sat Jul 6 10:49:46 2019 -0400 Minor formatting. --- src/test/java/org/apache/bcel/classfile/ConstantPoolTestCase.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/java/org/apache/bcel/classfile/ConstantPoolTestCase.java b/src/test/java/org/apache/bcel/classfile/ConstantPoolTestCase.java index 13e71b1..782bdc4 100644 --- a/src/test/java/org/apache/bcel/classfile/ConstantPoolTestCase.java +++ b/src/test/java/org/apache/bcel/classfile/ConstantPoolTestCase.java @@ -25,6 +25,7 @@ import org.apache.bcel.generic.MethodGen; import org.junit.Test; public class ConstantPoolTestCase extends AbstractTestCase { + @Test public void testConstantToString() throws ClassNotFoundException { final JavaClass clazz = getTestClass(PACKAGE_BASE_NAME + ".data.SimpleClassWithDefaultConstructor");