krogold
6 years agoRegular Contributor
Ready API changes xml without active change
Hello,
I'm currently using ReadyAPI 2.6.0.
I have a composite project with many xml files created. When I open ReadyAPI and do modify A.xml, when I save the project, A.xml has changes but also B.xml ????
I see the diff after saving and, quite recently, some of my testCases now include a new diff:
+ <con:jmsPropertyConfig/>
and this one also :
- <con:value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> + <con:value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">--</con:value>
And today, no change in version or whatever, I just updated a quite old testCase and I have this new diff :
- <con:request name="Request 1" id="902205b7-4bc4-48d8-bebe-00e448ef3505" mediaType="application/json"> + <con:request name="Request 1" id="902205b7-4bc4-48d8-bebe-00e448ef3505" mediaType="application/json" postQueryString="false">
I guess these differences are 'normal' (as I regularly upgraded ReadyAPI from 2.3.0 to 2.6.0) but could anyone tell me what they mean and why they occur only on certain files ?
Thank you
Alex