Bug 62327 - TestPlan: In library table if path is modified and plan saved, the modification is lost on file reload
Summary: TestPlan: In library table if path is modified and plan saved, the modificati...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 4.0
Hardware: PC All
: P2 normal (vote)
Target Milestone: JMETER_5.1.1
Assignee: JMeter issues mailing list
URL:
Keywords: FixedInTrunk
Depends on:
Blocks:
 
Reported: 2018-04-26 04:18 UTC by jason
Modified: 2019-03-03 13:52 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jason 2018-04-26 04:18:16 UTC
Step1. I new a TestPlan
Step2. Add a jar to classpath through the browse button
Step3. I found the jar package's directory was wrong(C:\test\test.jar),I modified the directory and saved it(C:\jmeter\test.jar)
Step4. I close the jmeter 
Step5. I open the saved TestPlan,but I found the directory save unsuccessfully

Expect directory :C:\jmeter\test.jar
Actual directory :C:\test\test.jar
Comment 1 Philippe Mouawad 2019-03-03 13:52:38 UTC
Author: pmouawad
Date: Sun Mar  3 13:51:48 2019
New Revision: 1854713

URL: http://svn.apache.org/viewvc?rev=1854713&view=rev
Log:
Bug 62327 - TestPlan: In library table if path is modified and plan saved, the modification is lost on file reload
Bugzilla Id: 62327

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/gui/util/FileListPanel.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:38:13 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4770