You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2005/05/31 16:40:33 UTC

DO NOT REPLY [Bug 35143] New: - Copy and Paste in test plan results in duplicated, misplaced, elements

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35143>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35143

           Summary: Copy and Paste in test plan results in duplicated,
                    misplaced, elements
           Product: JMeter
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P4
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: lajoie@georgetown.edu


Env: JMeter - CVS HEAD
     JDK 1.5.0

If you copy a hierarchical component in a test plan and then paste it as a child 
of another component the entire hierarchy is pasted properly as a child, but
each child elements is also pasted at the same level as where the root is
pasted.  Here's an example.

Plan
 - Thread group 1
   - controller 1
     - sampler 1
       - post-processor 1
     - sampler 2

If you cut and pasted controller 1  you'd get the following
Plan
 - Thread group 1
   - controller 1
     - sampler 1
       - post-processor 1
     - sampler 2
   - controller 1
     - sampler 1
       - post-processor 1
     - sampler 2
   - sampler 1
   - post-processor 1
   - sampler 2

So, the descendants of controller 1 (sampler 1 & 2, and post-processor 1) get
duplicated and erronously placed at the same level as controller 1 and it's copy.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org