<div dir="ltr"><div dir="ltr">On Tue, Dec 29, 2020 at 10:11 AM Peter Krempa <<a href="mailto:pkrempa@redhat.com">pkrempa@redhat.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Please don't post screenshots of text. It's pointlessly bloating the<br>
mail and I can't respond inline. Please re-post all the relevant bits as<br>
text.<br></blockquote><div><br></div><div>Sorry about that, I didn't know what the policy on images was. Basically, we used the REGENERATE_OUTPUT for the xml2xmltest and inside the generated output there is a line which reads "<backingStore type='network' index='1'>". However, the xml2xmltest fails on test 181 with the error:<br>Expect [ index='1'>]</div><div>Actual [>]</div><div><br></div><div>This backingStore is the only place in the file with an index='1', so logically we tried removing that attribute. However, this causes test 182 to fail (even though it passed before this change) with the error:</div><div>Expect [>]<br>Actual [ index='1'>]<br><br>It seems like these tests are at odds with one another and we aren't sure what the cause or fix would be. If we use an index, then 181 fails, and if we don't, then 182 will fail. Do you know what might be causing this?</div></div></div>