You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Alejandro Abdelnur (JIRA)" <ji...@apache.org> on 2012/05/03 01:35:49 UTC

[jira] [Resolved] (OOZIE-783) Upgrade to junit4

     [ https://issues.apache.org/jira/browse/OOZIE-783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alejandro Abdelnur resolved OOZIE-783.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: trunk
         Assignee: Virag Kothari

thanks Virag. Committed to trunk.
                
> Upgrade to junit4
> -----------------
>
>                 Key: OOZIE-783
>                 URL: https://issues.apache.org/jira/browse/OOZIE-783
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Virag Kothari
>            Assignee: Virag Kothari
>             Fix For: trunk
>
>
> Following things are required from migrating:
> 1) Add @Test annotation to each test
> 2) "extends TestCase" should be removed in XTestCase
> 3) @Before and @After annotations for setUp() and tearDown()
>    @Before
>    public void setUp() throws Exception { }
>    @After
>    public void tearDown() throws Exception { }
> 4) Some changes to imports required 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira