You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by cm...@apache.org on 2023/02/12 12:48:02 UTC

[openoffice] branch trunk updated: reorderd paragraphs

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

cmarcum pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 05f6192c8a reorderd paragraphs
05f6192c8a is described below

commit 05f6192c8a9c1a322ba1f721ff8d46dfb2fa64d9
Author: Carl Marcum <ca...@codebuilders.net>
AuthorDate: Sun Feb 12 07:47:57 2023 -0500

    reorderd paragraphs
---
 test/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/README.md b/test/README.md
index f87019c3ab..31068a05a8 100644
--- a/test/README.md
+++ b/test/README.md
@@ -1,10 +1,10 @@
 # Apache OpenOffice<sup>®</sup> Test
 Apache OpenOffice contains automated test suites that can be ran against the office. The test framework is written in **Java** and based on **JUnit 4**. 
 
-The test suite in main branches **AOO41X** and **AOO42X** can be ran against a normal installation of the office or a just built "installed" office.
-
 This **trunk** branch is now the primary test suite for the **AOO41X** and **AOO42X** branches as well and those branches may not contain the latest tests or modifications.  
 
+The test suite in main branches **AOO41X** and **AOO42X** can be ran against a normal installation of the office or a just built "installed" office.
+
 This currently requires the user running the tests to have previously built the office from source as some required dependencies for compiling the tests are used from the office build artifacts located in `main/solver`.
 Primarily these dependencies are things the Java UNO jars like juh, jurt, ridl, and unoil and tools like javamaker, regmerge, and idlc.