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

asf-gitbox-commits pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/cayenne-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 5f00273d6 new test instructions
5f00273d6 is described below

commit 5f00273d604326f075b2921186705fcebfda95d3
Author: Andrus Adamchik <[email protected]>
AuthorDate: Sun May 17 10:32:27 2026 -0400

    new test instructions
---
 dev/running-unit-tests.html | 20 ++++++--------------
 1 file changed, 6 insertions(+), 14 deletions(-)

diff --git a/dev/running-unit-tests.html b/dev/running-unit-tests.html
index 86282033f..69f3c334e 100644
--- a/dev/running-unit-tests.html
+++ b/dev/running-unit-tests.html
@@ -99,21 +99,13 @@ prerequisites</a></p>
 </code></pre>
 <p>The following are in-memory database backends and can be executed without 
additional setup:</p>
 <ul>
-<li>
-<p>hsql</p>
-</li>
-<li>
-<p>h2</p>
-</li>
-<li>
-<p>derby</p>
-</li>
-<li>
-<p>sqlite</p>
-<p>$ mvn verify -DcayenneTestConnection=derby</p>
-</li>
+<li>hsql</li>
+<li>h2</li>
+<li>derby</li>
+<li>sqlite</li>
 </ul>
-<p>Cayenne also has preconfigured backends that it starts on Docker (so Docker 
must be installed and running) :</p>
+<pre><code>$ mvn verify -DcayenneTestConnection=derby
+</code></pre><p>Cayenne also has preconfigured backends that it starts on 
Docker (so Docker must be installed and running) :</p>
 <ul>
 <li>
 <p>mysql</p>

Reply via email to