Bug 35067

Summary: Doesn't remember test plan filename when loaded with -t command line option
Product: JMeter - Now in Github Reporter: Heikki Linnakangas <heikki.linnakangas>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: Nightly (Please specify date)   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Patch to fix it

Description Heikki Linnakangas 2005-05-25 20:21:24 UTC
If you load a test plan using the -t command line option, JMeter behaves like
it's a new test plan that has never been saved. The filename is not displayed in
the window title, and Save Test Plan prompts for filename.

Tested on CVS head.
Comment 1 Heikki Linnakangas 2005-05-25 20:28:06 UTC
Created attachment 15170 [details]
Patch to fix it

Here's a patch to fix it. I moved setTestPlanFile-stuff to GuiPackage. I don't
know if that's the right place for it, but I think Save-class is certainly not
right.
Comment 2 Sebb 2005-05-28 01:11:55 UTC
Thanks - that bugged me too.

Patch applied to CVS HEAD
Comment 3 The ASF infrastructure team 2022-09-24 20:37:35 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/1548