| Summary: | [Sequence Diagram] - Tests | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Modeling] Papyrus | Reporter: | Chokri Mraidha <Chokri.Mraidha> | ||||||||||||||||||||
| Component: | Core | Assignee: | Chokri Mraidha <Chokri.Mraidha> | ||||||||||||||||||||
| Status: | CLOSED FIXED | QA Contact: | |||||||||||||||||||||
| Severity: | normal | ||||||||||||||||||||||
| Priority: | P3 | CC: | vincent.lorenzo, yves.yang | ||||||||||||||||||||
| Version: | 0.9.0 | ||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||
| Hardware: | PC | ||||||||||||||||||||||
| OS: | Windows 7 | ||||||||||||||||||||||
| Whiteboard: | |||||||||||||||||||||||
| Bug Depends on: | 386488 | ||||||||||||||||||||||
| Bug Blocks: | |||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||
|
Description
Chokri Mraidha
I wonder how to write a unity test with GMT part. Created attachment 217079 [details]
Patch to fix some issues for testing
Created attachment 217080 [details]
Plugin of tests of sequence diagram
Created attachment 217081 [details]
Documentation of tests
Comment on attachment 217079 [details]
Patch to fix some issues for testing
Commited in R8109
Comment on attachment 217080 [details]
Plugin of tests of sequence diagram
Commited in R8260, but with some modifications :
- correcting the plugin version : 1.0.0->0.9.0
- completing the Provider Name
- completing the plugin name and add the mandatory text : Incubation
- externalizing the String of the Manifest
- changing java version 1.6 -> 1.5
- adding the file about.html
Please, could you provide us a new patch which :
- adds headers to the file
- formats the source code with the Papyrus templates (code and formatted) available on the SVN : trunk/doc/DevelopperDocuments/templates
- externalize all the string of the source code
Thank you.
Vincent Lorenzo
Created attachment 217320 [details]
Reformat source code
This patch formats the source code and extract some strings from code. The file headers looks fine, there are copyright statements at the beginning of files.
Comment on attachment 217081 [details]
Documentation of tests
R8326 : commited in org.eclipse.papyrus.uml.diagram.sequence.tests
Comment on attachment 217320 [details]
Reformat source code
R8327 : commit this patch.
Hi, we get a null pointer when we try to execute the JUnit tests. Please could you add a launch file to the JUnit tests plugin in order to be sure that we execute the tests with the same config. Thank you R8690 : Change the Java version to use in the classpath (1.6 -> 1.5) Created attachment 219468 [details]
Add a launcher
Need to set the VM options:
-Xms40m -Xmx600m -XX:PermSize=128m
Comment on attachment 219468 [details]
Add a launcher
Committed in R8702
Created attachment 221075 [details]
testcase for new bugs fixed between July and August
(In reply to comment #14) > Created attachment 221075 [details] > testcase for new bugs fixed between July and August The patch is not applicable. Created attachment 221369 [details]
0.9.1 testcases
tests for 0.9.1
Patch committed. Created attachment 227931 [details]
Update for the tests for 0.9.2
Created attachment 228074 [details]
Update for the tests for 0.9.2
There are two more corrections in this patch:
1. Fix the bugs of tests for sync message creation
2. Disable the creation of ConbinedFragement since the deletion becomes interactive. Impossible to do it batch.
r10615 (Branches/0.9.X): Patch has been applied. All tests are green Fixed |