You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2020/11/12 20:43:12 UTC

[jmeter] branch master updated: Markup changes. Mainly to test trigger on travis

This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b36b44  Markup changes. Mainly to test trigger on travis
7b36b44 is described below

commit 7b36b44308ff4fe4171fdf0d2856a30eb27a7ae9
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Thu Nov 12 21:42:50 2020 +0100

    Markup changes. Mainly to test trigger on travis
---
 xdocs/changes.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 4376fcc..1a48b05 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -74,7 +74,7 @@ applications when JMeter is starting up.</p>
 
 <ch_section>Incompatible changes</ch_section>
 <ul>
-    <li>Remove LoggingManager class (it has been deprecated since JMeter 3.2)</li>
+    <li>Remove <code>LoggingManager</code> class (it has been deprecated since JMeter 3.2)</li>
 </ul>
 <!-- =================== Improvements =================== -->
 
@@ -114,14 +114,14 @@ applications when JMeter is starting up.</p>
 
 <h3>Report / Dashboard</h3>
 <ul>
-  <li><bug>64824</bug>Dashboard/HTML Report: Rename KO to FAIL</li>
+  <li><bug>64824</bug>Dashboard/HTML Report: Rename <code>KO</code> to <code>FAIL</code></li>
 </ul>
 
 <h3>General</h3>
 <ul>
   <li><bug>64446</bug>Better parse curl commands with backslash at line endings and support <code>PUT</code> method with data arguments</li>
   <li><pr>599</pr>Ensure all buttons added to the toolbar behave/look consistently. Contributed by Jannis Weis</li>
-  <li><bug>64581</bug>Allow SampleResult#setIgnore to influence behaviour on Sampler Error</li>
+  <li><bug>64581</bug>Allow <code>SampleResult#setIgnore</code> to influence behaviour on Sampler Error</li>
   <li><bug>64680</bug>Fall back to <code>JMETER_HOME</code> on startup to detect JMeter's installation directory</li>
   <li><bug>64787</bug><pr>630</pr>Add Korean translation. Contributed by Woonsan Ko (woonsan at apache.org)</li>
   <li><bug>64776</bug>Add the ability to install additional SecurityProvider. Contributed by Timo (ASF.Software.Timo at Leefers.eu)</li>