RobinPeeler opened a new issue, #6636: URL: https://github.com/apache/jmeter/issues/6636
### Expected behavior When I load a test plan into the UI and make changes and then save the file, then I expect to be able to diff the before and after files and see only the changes that I actively made. So that I can review them. This is particularly useful as I control my jmx files in Git and this allows me to check that there are no inappropriate changes before pushing. ### Actual behavior The UI adds or removes an 'enabled="true"' property to various nodes. These clutter up the diffs. As the enabled property defaults to rue this makes no functional difference, but it is annoying. I have been unable to discern a pattern behind which nodes are affected and whether the property is added or removed. Note that this unwelcome behavior was not present with 6.6.2 and has been occurring since I upgraded to 5.6.3 ### Steps to reproduce the problem Take a copy of a jmx files that defines a test plan with many nodes. Load the test plan into the JMeter UI. Save the test plan. Do a diff of the new and old jmx files. There should be no difference, but you will see that there are diffs. ### JMeter Version 5.6.3 ### Java Version openjdk 21.0.5 2024-10-15 LTS ### OS Version Windows 11 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
