You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Virag Kothari (JIRA)" <ji...@apache.org> on 2012/05/13 06:43:52 UTC

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

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

Virag Kothari updated OOZIE-783:
--------------------------------


For the patch committed in trunk with this JIRA ID (also available under the same JIRA ID in Apache ReviewBoard system), I grant license to ASF for inclusion in ASF works (as per the Apache License ยง5) 
                
> 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