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:42:42 UTC

[openoffice] branch trunk updated: updated trunk test readme for being the stanalone test branch and current tests for other branches.

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 983dd2d907 updated trunk test readme for being the stanalone test branch and current tests for other branches.
983dd2d907 is described below

commit 983dd2d9077e3a7715d913a7af3e4e1c6b1d5b5d
Author: Carl Marcum <ca...@codebuilders.net>
AuthorDate: Sun Feb 12 07:36:04 2023 -0500

    updated trunk test readme for being the stanalone test branch and current tests for other branches.
---
 test/README.md | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/test/README.md b/test/README.md
index 0bae302206..f87019c3ab 100644
--- a/test/README.md
+++ b/test/README.md
@@ -1,17 +1,16 @@
 # 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**. 
+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**. 
 
-Currently, the test suite in **trunk** and other main branches like **AOO41X** and **AOO42X** can be ran against a normal installation 
-of the office or a just built "installed" office.
+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.
+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.  
 
-This README is documentation for using the test suites without requiring an office build environment or having built the 
-office from source in this **standalone-test** branch.
+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.
+
+This **trunk** branch has been updated to allow it to run "standalone" of an office build. The test suites in this branch do not require the user to have previously built the office. This **test** directory can also be copied to another location and used to test a builds of **trunk**, **AOO41X**, or **AOO42X**.
+
+This README is documentation for using the test suites without requiring an office build environment or having built the office from source in any branch.
 
 ## Prerequisites