This is an automated email from the ASF dual-hosted git repository.
kpvdr pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/qpid-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 896db6c Fixes to formatting of QUICKSTART.md on QIT 0.3.0
896db6c is described below
commit 896db6c64d5ffd6976e27eff92d49a200542e315
Author: Kim van der Riet <[email protected]>
AuthorDate: Fri Nov 5 10:53:09 2021 -0400
Fixes to formatting of QUICKSTART.md on QIT 0.3.0
---
.../releases/qpid-interop-test-0.3.0/QUICKSTART.html | 17 ++++++++++-------
input/releases/qpid-interop-test-0.3.0/QUICKSTART.md | 1 +
2 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/content/releases/qpid-interop-test-0.3.0/QUICKSTART.html
b/content/releases/qpid-interop-test-0.3.0/QUICKSTART.html
index c431377..08070d7 100644
--- a/content/releases/qpid-interop-test-0.3.0/QUICKSTART.html
+++ b/content/releases/qpid-interop-test-0.3.0/QUICKSTART.html
@@ -277,13 +277,16 @@ sudo make install
<pre><code>qpid-interop-test <test-name> [test-options...]
</code></pre>
-<p><code><test-name></code> may be one of:
-* <code>amqp-types-test</code> - a test of AMQP simple types
-* <code>amqp-complex-types-test</code> - a test of AMQP complex types (arrays,
lists, maps)
-* <code>amqp-large-content-test</code> - a test of variable-size types using
large content (up to 10MB)
-* <code>jms-messages-test</code> - a test of JMS message types as implemented
by qpid-jms
-* <code>jms-hdrs-props-test</code> - a test of user-definable message headers
and properties as implemented by qpid-jms.
-* <code>all</code> - run all the above tests sequentially.</p>
+<p><code><test-name></code> may be one of:</p>
+
+<ul>
+<li><code>amqp-types-test</code> - a test of AMQP simple types</li>
+<li><code>amqp-complex-types-test</code> - a test of AMQP complex types
(arrays, lists, maps)</li>
+<li><code>amqp-large-content-test</code> - a test of variable-size types using
large content (up to 10MB)</li>
+<li><code>jms-messages-test</code> - a test of JMS message types as
implemented by qpid-jms</li>
+<li><code>jms-hdrs-props-test</code> - a test of user-definable message
headers and properties as implemented by qpid-jms.</li>
+<li><code>all</code> - run all the above tests sequentially.</li>
+</ul>
<p>For help on tests that can be run and options, run:</p>
diff --git a/input/releases/qpid-interop-test-0.3.0/QUICKSTART.md
b/input/releases/qpid-interop-test-0.3.0/QUICKSTART.md
index 385afc8..0d087a3 100644
--- a/input/releases/qpid-interop-test-0.3.0/QUICKSTART.md
+++ b/input/releases/qpid-interop-test-0.3.0/QUICKSTART.md
@@ -93,6 +93,7 @@ Start a broker. Then:
`<test-name>` may be one of:
+
* `amqp-types-test` - a test of AMQP simple types
* `amqp-complex-types-test` - a test of AMQP complex types (arrays, lists,
maps)
* `amqp-large-content-test` - a test of variable-size types using large
content (up to 10MB)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]