[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096161#comment-13096161
 ] 

Hudson commented on ZOOKEEPER-1165:
-----------------------------------

Integrated in ZooKeeper-trunk #1292 (See 
[https://builds.apache.org/job/ZooKeeper-trunk/1292/])
    ZOOKEEPER-1165. better eclipse support in tests (Warren Turkal via phunt)

phunt : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1164632
Files : 
* /zookeeper/trunk/CHANGES.txt
* 
/zookeeper/trunk/src/java/systest/org/apache/zookeeper/test/system/BaseSysTest.java


> better eclipse support in tests
> -------------------------------
>
>                 Key: ZOOKEEPER-1165
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1165
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: 3.4.0
>         Environment: Eclipse
>            Reporter: Warren Turkal
>            Assignee: Warren Turkal
>            Priority: Minor
>              Labels: patch
>             Fix For: 3.4.0
>
>         Attachments: BaseSysTest.java.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The Eclipse test runner tries to run tests from all classes that inherit from 
> TestCase. However, this class is inherited by at least one class 
> (org.apache.zookeeper.test.system.BaseSysTest) that has no test cases as it 
> is used as infrastructure for other real test cases. This patch annotates 
> that class with @Ignore, which causes the class to be Ignored. Also, due to 
> the way annotations are not inherited by default, this patch will not affect 
> classes that inherit from this class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to