[ https://issues.apache.org/jira/browse/ZOOKEEPER-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Arshad Mohammad updated ZOOKEEPER-2302: --------------------------------------- Attachment: ZOOKEEPER-2302-01.patch > Some test cases are not running because wrongly named > ----------------------------------------------------- > > Key: ZOOKEEPER-2302 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2302 > Project: ZooKeeper > Issue Type: Bug > Components: tests > Reporter: Arshad Mohammad > Assignee: Arshad Mohammad > Fix For: 3.5.2 > > Attachments: ZOOKEEPER-2302-01.patch > > > When run ZooKeeper test cases following two test classes never run because > wrong naming convention is followed. > {code} > org.apache.zookeeper.server.quorum.TestQuorumPeerConfig > org.apache.zookeeper.server.quorum.TestRemotePeerBean > {code} > Name of these test classes should be changed to > {code} > org.apache.zookeeper.server.quorum.QuorumPeerConfigTest > org.apache.zookeeper.server.quorum.RemotePeerBeanTest > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)