diff options
author | Jiri Vanek <[email protected]> | 2012-12-24 13:35:54 +0100 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2012-12-24 13:35:54 +0100 |
commit | 2333cb9abb5c4b6d458db364d779d08d1645ec62 (patch) | |
tree | 15cfdfabac7b584bbbb176df76699b09d1492dfd /tests | |
parent | 0fc2ebc795558f3a3c712c3e530962057a818339 (diff) |
Fixed typo taget -> target
Diffstat (limited to 'tests')
-rw-r--r-- | tests/junit-runner/LessVerboseTextListener.java | 2 | ||||
-rw-r--r-- | tests/report-styles/jreport.xsl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/junit-runner/LessVerboseTextListener.java b/tests/junit-runner/LessVerboseTextListener.java index 8b2ccce..e660157 100644 --- a/tests/junit-runner/LessVerboseTextListener.java +++ b/tests/junit-runner/LessVerboseTextListener.java @@ -136,7 +136,7 @@ public class LessVerboseTextListener extends RunListener { try { Remote rem = getRemote(description); if (rem != null) { - writer.println(" - This test is running remote content, note that failures may be caused by broken taget application or connection"); + writer.println(" - This test is running remote content, note that failures may be caused by broken target application or connection"); } } catch (Exception ex) { ex.printStackTrace(); diff --git a/tests/report-styles/jreport.xsl b/tests/report-styles/jreport.xsl index 5cc3fa4..23fd5ee 100644 --- a/tests/report-styles/jreport.xsl +++ b/tests/report-styles/jreport.xsl @@ -271,7 +271,7 @@ If there is no need for linking, please use value "none" for this variable </xsl:choose> <xsl:choose> <xsl:when test="@remote"> - <i><xsl:text> - This test is running remote content, note that failures may be caused by broken taget application or connection</xsl:text></i> + <i><xsl:text> - This test is running remote content, note that failures may be caused by broken target application or connection</xsl:text></i> </xsl:when> </xsl:choose> </div> @@ -286,7 +286,7 @@ If there is no need for linking, please use value "none" for this variable </xsl:choose> <xsl:choose> <xsl:when test="@remote"> - <i><xsl:text> - This test is running remote content, note that failures may be caused by broken taget application or connection</xsl:text></i> + <i><xsl:text> - This test is running remote content, note that failures may be caused by broken target application or connection</xsl:text></i> </xsl:when> </xsl:choose> </div> |