History log of /trunk/test/build.xml (Results 1 – 25 of 28)
Revision Date Author Comments
# b3b486c6 24-Jul-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit auto remove trailing whitespace from XML files (#384)

Auto cleaned up all the XML files for unneeded trailing whitespace.

Around 8k lines changed a smaller whitespace PR this time


# c09e96c5 09-May-2025 Damjan Jovanovic <damjan@apache.org>

Make Java 1.7 the minimum version.

Patch by: me


# f5cdefa4 17-Jan-2023 Damjan Jovanovic <damjan@apache.org>

Finish my previous commit, add a missing function to check hamcrest.

Patch by: me


# e2eb708d 15-Jan-2023 Damjan Jovanovic <damjan@apache.org>

When junit is absent, download only junit, and when hamcrest is absent,
download only hamcrest.

Patch by: me


# e2666819 15-Apr-2022 Carl Marcum <carl.marcum@codebuilders.net>

Merge pull request #145 from apache/standalone-test

Make the automated test suite standalone from the office build


# 499ab82a 29-Sep-2021 Carl Marcum <carl.marcum@codebuilders.net>

Add README for using standalone automated tests (#137)

* added a test/README.md file

* added logging output for command to be executed by ant


# 52496080 04-Jun-2021 Carl Marcum <carl.marcum@codebuilders.net>

Refs #i128455# - updated junit to 4.13.2. updated NamedRequest inner class Suite constructor to match the signature of the super class ParentRunner that was the only constructor until JUnit 4.13. No

Refs #i128455# - updated junit to 4.13.2. updated NamedRequest inner class Suite constructor to match the signature of the super class ParentRunner that was the only constructor until JUnit 4.13. Now ParentRunner has a second constructor that made passing a null arg ambiguous. (#131)

show more ...


# 069226d3 31-May-2021 Carl Marcum <carl.marcum@codebuilders.net>

Refs #128452 - JUnit and Hamcrest update for test automation (#130)

Refs #128452 - update junit lib from 4.10 to 4.12
added hamcrest 2.2 and updated build and run files.


# ed5580f7 19-Sep-2020 Carl Marcum <carl.marcum@codebuilders.net>

Refs #6 - updated junit url to https (#98)


# a622bb93 17-Aug-2018 Damjan Jovanovic <damjan@apache.org>

Move smoketestdoc to the top-level test directory. This is where all
integration tests are meant to be; a binary copy of the smoketest was
there already.

Delete the smoketestoo_native module whose o

Move smoketestdoc to the top-level test directory. This is where all
integration tests are meant to be; a binary copy of the smoketest was
there already.

Delete the smoketestoo_native module whose only purpose was to run
the smoketest, something that is done in the Java bvt test now.
Delete the old smoketest binary copy in test/ and use this one built
from source.
Build an .odt file for the smoketest instead of the legacy .sxw.

Note that we now require main/ built to build test/, as
the Ant build files required to build smoketest's Java component
are in main/.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1838268 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 29b55262 30-Mar-2016 damjan <damjan@13f79535-47bb-0310-9956-ffa450edef68>

Some fixes to build.xml for qa tests:
* Fix the default ${openoffice.home} for *nix (the final "program" directory
is wrong).
* Windows uses the "OpenOffice 4" directory instead of "openoffice4".

Some fixes to build.xml for qa tests:
* Fix the default ${openoffice.home} for *nix (the final "program" directory
is wrong).
* Windows uses the "OpenOffice 4" directory instead of "openoffice4".

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1737135 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# eb07ef5f 11-Oct-2015 Damjan Jovanovic <damjan@apache.org>

When ./configure --with-package-format=installed is used, allow tests to run
from the resulting install directory instead of needing an archive.



git-svn-id: https://svn.apache.org/repos/asf/openof

When ./configure --with-package-format=installed is used, allow tests to run
from the resulting install directory instead of needing an archive.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707966 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 47148b3b 09-Apr-2013 Oliver-Rainer Wittmann <orw@apache.org>

rebase on current trunk

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1466052 13f79535-47bb-0310-9956-ffa450edef68


# 6fa810f3 01-Feb-2013 Steve Yin <steve_y@apache.org>

IAccessible2 for AOO UI. This is the first version for QA.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1441343 13f79535-47bb-0310-9956-ffa450edef68


# 864de7b8 15-Jan-2013 Herbert Dürr <hdu@apache.org>

#i121388# adjust install source for automatic testing to changed instset directory

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1433418 13f79535-47bb-0310-9956-ffa450edef68


# adc0d9c1 25-Oct-2012 Liu Zhe <liuzhe@apache.org>

Developers can use property test.args to change test suite now. e.g. ant "-Dtest.args=-tp fvt" to run fvt instead of bvt.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401951 13f

Developers can use property test.args to change test suite now. e.g. ant "-Dtest.args=-tp fvt" to run fvt instead of bvt.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401951 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 9f57b441 17-Sep-2012 Liu Zhe <liuzhe@apache.org>

#120987 - Enable test automation framework to group test cases. Part 1

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1386690 13f79535-47bb-0310-9956-ffa450edef68


# 5148ee0d 17-Sep-2012 Liu Zhe <liuzhe@apache.org>

#120987 - Enable test automation framework to group test cases. Part 1

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1386631 13f79535-47bb-0310-9956-ffa450edef68


# 180e3c91 17-Sep-2012 Liu Zhe <liuzhe@apache.org>

#120987 - Enable test automation framework to group test cases. Part 1

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1386482 13f79535-47bb-0310-9956-ffa450edef68


# c74863a0 16-Sep-2012 Liu Zhe <liuzhe@apache.org>

Move install openoffice & xml report generating from ant script to Java

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1385282 13f79535-47bb-0310-9956-ffa450edef68


# 6467ecbf 16-Sep-2012 Liu Zhe <liuzhe@apache.org>

Move install openoffice & xml report generating from ant script to Java

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1385278 13f79535-47bb-0310-9956-ffa450edef68


# fc8fec4e 10-Sep-2012 Liu Zhe <liuzhe@apache.org>

Fix BVT break on Mac: Sometimes build.xml can remove the installed build.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1382892 13f79535-47bb-0310-9956-ffa450edef68


# b4d2d410 07-Sep-2012 Liu Zhe <liuzhe@apache.org>

Refactor the control names

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1381843 13f79535-47bb-0310-9956-ffa450edef68


# 6b55ece7 03-Sep-2012 Liu Zhe <liuzhe@apache.org>

Move all data files from source to data dir. Make eclipse to avoid copy these files during compiling.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1380112 13f79535-47bb-0310-9956

Move all data files from source to data dir. Make eclipse to avoid copy these files during compiling.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1380112 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# e90ed1f0 31-Aug-2012 Liu Zhe <liuzhe@apache.org>

We can get our test a name now

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1379400 13f79535-47bb-0310-9956-ffa450edef68


12