Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #31 from idolum/JENKINS-30105
Adding support for BoostTest v3 logs (Boost 1.59)
  • Loading branch information
gboissinot committed Aug 24, 2015
2 parents 24be909 + 8680d97 commit 752f12d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Expand Up @@ -58,7 +58,7 @@ public String getXslName() {

@Override
public String[] getInputXsdNameList() {
return new String[]{"boosttest-1.4.0.xsd"};
return new String[]{"boosttest-1.5.0.xsd"};
}

@Override
Expand Down
Expand Up @@ -92,6 +92,8 @@ THE SOFTWARE.
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="result" type="xs:string" use="optional"/>
<xs:attribute name="line" type="xs:positiveInteger" use="optional"/>
<xs:attribute name="file" type="xs:string" use="optional"/>
<xs:attribute name="assertions_passed" type="xs:integer" use="optional"/>
<xs:attribute name="assertions_failed" type="xs:integer" use="optional"/>
<xs:attribute name="expected_failures" type="xs:integer" use="optional"/>
Expand Down Expand Up @@ -133,6 +135,8 @@ THE SOFTWARE.
</xs:choice>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="result" type="xs:string" use="optional"/>
<xs:attribute name="line" type="xs:positiveInteger" use="optional"/>
<xs:attribute name="file" type="xs:string" use="optional"/>
<xs:attribute name="assertions_passed" type="xs:integer" use="optional"/>
<xs:attribute name="assertions_failed" type="xs:integer" use="optional"/>
<xs:attribute name="expected_failures" type="xs:integer" use="optional"/>
Expand Down

0 comments on commit 752f12d

Please sign in to comment.