tzaeschke commented on code in PR #80: URL: https://github.com/apache/db-jdo/pull/80#discussion_r1247017440
########## api/src/test/java/javax/jdo/PMFMapMapTest.java: ########## @@ -40,18 +41,14 @@ public class PMFMapMapTest extends AbstractJDOConfigTest { private static final String PMF_SERVICE_CLASS = "javax.jdo.stub.StubPMF"; private static final String PROPERTIES_FILE = "propsfile.props"; - public static void main(String args[]) { - BatchTestRunner.run(PMFMapMapTest.class); - } - /** * {@inheritDoc} * * @return {@inheritDoc} */ - public static TestSuite suite() { + /*public static TestSuite suite() { Review Comment: Remove commented out code? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jdo-dev-unsubscr...@db.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org