Fix plot publisher tests

Change-Id: Ic76ddc26478346c07f3927b44876d581273e7b8f
This commit is contained in:
Jef Mallal 2016-11-21 11:52:07 -07:00
parent 47d328d756
commit 6061bc97c6
2 changed files with 2 additions and 2 deletions

View File

@ -4160,7 +4160,7 @@ def plot(registry, xml_parent, data):
exclude_string
XML.SubElement(subserie, 'url').text = serie.get('url', '')
XML.SubElement(subserie, 'displayTableFlag').text = \
str(plot.get('display-table', False)).lower()
str(serie.get('display-table', False)).lower()
if format_data == 'xml':
XML.SubElement(subserie, 'url').text = serie.get('url', '')
XML.SubElement(subserie, 'xpathString').text = \

View File

@ -20,7 +20,7 @@
<inclusionFlag>OFF</inclusionFlag>
<exclusionValues/>
<url>http://srv1</url>
<displayTableFlag>false</displayTableFlag>
<displayTableFlag>true</displayTableFlag>
<fileType>csv</fileType>
</hudson.plugins.plot.CSVSeries>
</series>