Antoine Musso 30598272f6 Checkstyle publisher did not honor 0 values
The Checkstyle publisher would not honor value of 0 and instead emit
an empty XML element.  This was due to the 'if someval' which would be
false whenever someval is 0.  Adjusted tests to match the new (and
correct) behavior.

While at it slightly simplified the repeating logic in checkstyle
publisher.

Change-Id: I7443b93aa116dc049de565ff96ca40526b390409
2014-05-02 19:26:55 +00:00
..
2014-01-21 22:34:30 +09:00
2014-01-21 22:34:30 +09:00
2014-01-21 22:34:30 +09:00
2014-03-13 21:37:22 +09:00
2014-03-13 21:37:22 +09:00
2013-12-10 20:40:57 +00:00
2013-12-10 20:40:57 +00:00
2013-12-10 20:40:57 +00:00
2014-01-21 22:34:30 +09:00
2014-01-21 22:34:30 +09:00
2014-01-21 22:34:30 +09:00
2014-01-21 22:34:30 +09:00
2014-01-21 22:34:30 +09:00
2014-01-21 22:34:30 +09:00
2014-01-21 22:34:30 +09:00
2013-11-20 15:53:08 +01:00
2014-01-21 22:34:30 +09:00

This directory contains fixtures to test the publishers.

The filename should start with a publisher name (example: xunit) and you must
provide two files:
 - .yaml : yaml snippet representing the publisher as it would be written
           in jenkins job builder configuration file.
 - .xml  : xml Jenkins snippet that should be rendered by the publisher

Each yaml file MUST have a corresponding xml file.

Once the YAML file has been parsed, it is prettify using python minidom
which also means that:
- your XML file must start with: <?xml version="1.0" encoding="utf-8"?>
- self closing elements do not contains space eg: <element/>