Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Update the test cases to support PDE build.

Summary:

Update the test cases to support PDE build.
- Bugzilla Bug (s) Resolved:


- Description:

PDE test build is a single jar build, so all the resource related code must use class.getResource or class.getResourceAsStream rather than the file folder usage.

At the same time, package test suite is the manage unit of AllTests.java in Model.tests plugin.

- Tests Description:

 Unit test
- Notes to Build Team: None


- Notes to Developers: None


- Notes to QA: None


- Notes to Documentation: None


- Files Added:

- Files Edited:

 

 

    Checking in test/org/eclipse/birt/report/model/extension/ReportItemExtensionTest.java;

    Checking in test/org/eclipse/birt/report/model/extension/AllExtensionTests.java;

    Checking in test/org/eclipse/birt/report/model/extension/PeerExtensionTest.java;

    Checking in test/org/eclipse/birt/report/model/AllTests.java;

    Checking in test/org/eclipse/birt/report/model/util/BaseTestCase.java;

    Checking in test/org/eclipse/birt/report/model/activity/AllActivityTests.java;

    Checking in test/org/eclipse/birt/report/model/activity/CommandTest.java;

   

 


Back to the top