Bug 287429 - [fiximprove]: The TestCase's import clauses are not added to TestSuit class
Summary: [fiximprove]: The TestCase's import clauses are not added to TestSuit class
Status: CLOSED FIXED
Alias: None
Product: MTJ (Archived)
Classification: Tools
Component: Core (show other bugs)
Version: 1.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 1.0.1   Edit
Assignee: David Marques CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2009-08-24 08:28 EDT by Eric Sousa Dias CLA
Modified: 2009-10-28 08:46 EDT (History)
3 users (show)

See Also:


Attachments
Patch to fix the TestCase's import clauses (1.49 KB, patch)
2009-08-26 09:19 EDT, Eric Sousa Dias CLA
wtv368: iplog+
wtv368: review+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Sousa Dias CLA 2009-08-24 08:28:18 EDT
Overview: When the user creates a TestSuit class in a different package of associated TestCases, the TestCase's import clauses are not added to TestSuit class

Steps to Reproduce:

    1) Enable JMUnit in MTJ
    2) Create a TestCase class
    3) Create a TestSuit class in a different package of TestCase and include it to the TestSuit 

Actual Results: The TestCase's import clauses are not added to TestSuit class

Expected Results: The TestCase's import clauses should be added to TestSuit class
Comment 1 Eric Sousa Dias CLA 2009-08-24 08:48:09 EDT
Hello everyone,

I will fix this bug and send a patch soon.

Regards,

Eric Sousa Dias
Comment 2 Eric Sousa Dias CLA 2009-08-26 09:19:00 EDT
Created attachment 145668 [details]
Patch to fix the TestCase's import clauses

Hi all,

I fixed this bug. Can someone review the patch?

Eric Sousa Dias
Comment 3 Eric Sousa Dias CLA 2009-08-26 09:54:38 EDT
I, Eric Sousa Dias have created the patch 145668 solely based on
existing (EPL licensed) code in the MTJ project, and wrote all new code 100%
myself, without using any other open source or proprietary source code as a
basis for my work.

   I am making my contribution available under the terms of the Eclipse Public
License (EPL) to be included in the codebase of the MTJ project.
Comment 4 David Marques CLA 2009-08-26 10:31:13 EDT
Patch revised and code committed.
Comment 5 Diego Madruga Sandin CLA 2009-10-28 08:46:32 EDT
Released