Skip to content

Commit

Permalink
Fix issue #165 by using the error-list.xml file in the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Aug 19, 2014
1 parent 3c33777 commit a3ac8d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/asciidoc-report.xsl
Expand Up @@ -14,7 +14,7 @@
<xsl:param name="show-fail" select="'1'"/> <xsl:param name="show-fail" select="'1'"/>


<xsl:variable name="errors" <xsl:variable name="errors"
select="document('/home/www/cache/error-list.xml')/err:error-list"/> select="document('etc/error-list.xml')/err:error-list"/>


<xsl:template match="tr:test-report"> <xsl:template match="tr:test-report">
<xsl:sequence select="f:h1(string(tr:title))"/> <xsl:sequence select="f:h1(string(tr:title))"/>
Expand Down
2 changes: 1 addition & 1 deletion resources/format-report.xsl
Expand Up @@ -12,7 +12,7 @@
<xsl:preserve-space elements="*"/> <xsl:preserve-space elements="*"/>


<xsl:variable name="errors" <xsl:variable name="errors"
select="document('/home/www/cache/error-list.xml')/err:error-list"/> select="document('etc/error-list.xml')/err:error-list"/>


<xsl:template match="tr:test-report"> <xsl:template match="tr:test-report">
<html> <html>
Expand Down

0 comments on commit a3ac8d5

Please sign in to comment.