e5738d0852
Remove the test options suppressing ignoring differences in whitespace outputted in the XML to allow capturing of issues where the code incorrectly adds or removes significant whitespace. Add a helper function to deal with the edge case of parsing XML directly that contains non significant whitespace to avoid accidentally adding excess whitespace when minidom outputs the resulting document. Change-Id: I9936042cd82c204ba2b3c19f575703e33564f7fd
15 lines
503 B
XML
15 lines
503 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<properties>
|
|
<hudson.plugins.sidebar__link.ProjectLinks>
|
|
<links>
|
|
<hudson.plugins.sidebar__link.LinkAction>
|
|
<url>https://jenkins.debian.net/userContent/about.html</url>
|
|
<text>About jenkins.debian.net</text>
|
|
<icon>/userContent/images/debian-swirl-24x24.png</icon>
|
|
</hudson.plugins.sidebar__link.LinkAction>
|
|
</links>
|
|
</hudson.plugins.sidebar__link.ProjectLinks>
|
|
</properties>
|
|
</project>
|