History log of /trunk/test/build.xml (Results 1 - 25 of 37)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f5cdefa4 17-Jan-2023 Damjan Jovanovic

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

Patch by: me


# e2eb708d 15-Jan-2023 Damjan Jovanovic

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

Patch by: me


Revision tags: AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA
# 499ab82a 29-Sep-2021 Carl Marcum

Add README for using standalone automated tests (#137)

* added a test/README.md file

* added logging output for command to be executed by ant


Revision tags: AOO4111-GA, AOO420-Dev3-m3
# 52496080 04-Jun-2021 Carl Marcum

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

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.


Revision tags: AOO4110-GA, AOO419-GA, AOO418-GA
# ed5580f7 19-Sep-2020 Carl Marcum

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


Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1
# a622bb93 17-Aug-2018 Damjan Jovanovic

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_nativ

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 ...


Revision tags: AOO415, AOO414, AOO413, AOO4121
# 29b55262 30-Mar-2016 damjan

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 "ope

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 ...


Revision tags: AOO412, SNAPSHOT
# eb07ef5f 11-Oct-2015 Damjan Jovanovic

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.

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 ...


Revision tags: AOO411, AOO410, AOO410_Beta, AOO401, AOO400
# 864de7b8 15-Jan-2013 Herbert Dürr

#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


Revision tags: AOO340
# adc0d9c1 25-Oct-2012 Liu Zhe

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@140

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

#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

#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

#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

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

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

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

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

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-0

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

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


# 96b3c68e 31-Aug-2012 Liu Zhe

Add detect.testenv target. Fix Typo

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


# d7740c70 31-Aug-2012 Liu Zhe

Add detect.testenv target

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


# e6e6073d 31-Aug-2012 Liu Zhe

Move test to trunk/. See the discussion: http://markmail.org/thread/agaeqo6m4d744urz

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

Move test to trunk/. See the discussion: http://markmail.org/thread/agaeqo6m4d744urz

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

show more ...


# 22a14f28 30-Aug-2012 Liu Zhe

Updates for Enabling Daily Testing

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


# de586edd 29-Aug-2012 Liu Zhe

some updates for bvt

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


12