| Summary: | variables are listed twice in the "EquivalenceClass" pane of Datapool | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | David Hodges <dkhodges> | ||||
| Component: | TPTP | Assignee: | Paul Slauenwhite <paulslau> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P1 | CC: | jkubasta, paulslau | ||||
| Version: | unspecified | Keywords: | plan | ||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Bug Depends on: | 226973 | ||||||
| Bug Blocks: | 269676 | ||||||
| Attachments: |
|
||||||
Assuming found in 4.4. Just for clarity, the Version was actually 4.2 that this was found in. I have not tested 4.4 yet. Please provide a sizing. Jerome, please provide a sizing. Please provide a sizing for this defect before Monday, November 12, 2007. Bulk update of the target field to reflect the change in iteration numbers. Deferring to I6. Jerome, I will take this one as part of the set of datapool defects I am fixing. Deferring to I7 as discussed by PMC/AG (http://wiki.eclipse.org/TPTP-AG-20080331#Test_Project). Hours worked for debugging and creating/testing patch. This symptom was caused by SWT defect# 226973. As a work-around, we will add a second condition to org.eclipse.hyades.test.ui.datapool.internal.control.DatapoolTableUtil.getColumnCount() to check if the table column is resizable (see patch). Created attachment 95951 [details]
Patch.
Patch checked-in to CVS (HEAD). Closing...fix verified |
Build ID: 4.2.1.1 Steps To Reproduce: Create a new Java Project. Create a datapool: From the Test Navigator, right click on your project , New->Other >Test >Test Assets. select Datapool Next > Accept default for parent folder and specify Name: RandomNumberBounds Select Finish Open the RandomNumberBounds.datapool Tab to the Overview page, edit the default Equivalence class and name it MinMax There is one default variable. Rename it to "min" and add another variable. Rename it to "max". Switch to the pane where it shows the rows of records. Notice that there are 2 set of these 2 variables. It looks like: min::String Variable1::String min::String Variable1:String Switch back to the Overview and edit the "Variable1" to "max". When I switch back to the MinMax pane, there are now only 2 columns (1 set), as expected: min::String Variable1::String More information: Only occurs on Linux RHEL 4.0 WS Tested on Windows and issue does not occur