summaryrefslogtreecommitdiff
path: root/unotest
diff options
context:
space:
mode:
authorHossein <hossein.ir@gmail.com>2021-04-12 22:29:51 +0430
committerMichael Stahl <michael.stahl@allotropia.de>2021-04-19 11:13:41 +0200
commit628c1c3b0791bb0866917442040dc491de2acb61 (patch)
tree092afdd108ebe13b15133ef0a9cd6380fb2342e3 /unotest
parent1a984f2ff11e1125f146824924dcc373bccb0cdf (diff)
Updated README.md files
* Updated README.md contents to fix various issues * Fixed source links by using [git:], processed by mkdocs scripts * Added README.md for ios, setup_native, unotest * Fixed issues with "underline" and "less than" sign Change-Id: I3e52a1d3372586c390ee6c42a2ef48bbabc81398 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114248 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'unotest')
-rw-r--r--unotest/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/unotest/README.md b/unotest/README.md
new file mode 100644
index 000000000000..633282b4a817
--- /dev/null
+++ b/unotest/README.md
@@ -0,0 +1,3 @@
+# Tests for UNO
+
+Contains tests for UNO
1-05Some loplugin:revisibility clean-upStephan Bergmann 2015-01-05java: unnecessary method overridesNoel Grandin 2015-01-05java: remove more dead codeNoel Grandin 2015-01-05java: was passing the wrong thing to the remove methodNoel Grandin 2015-01-05java: remove unnecessary reflection in toolkit testsNoel Grandin 2015-01-05java: remove dead codeNoel Grandin 2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet 2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara 2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin 2014-12-19java: fix access to always null fieldNoel Grandin 2014-12-19java: synching on a global object is not very usefulNoel Grandin 2014-12-19java: dodgy synchronisation around clearNoel Grandin 2014-12-18toolkit: Use appropriate OUString functions on string constantsStephan Bergmann 2014-12-18No need for libotouch any more hereTor Lillqvist 2014-12-18Kill createScreenCompatibleDeviceUsingBufferTor Lillqvist 2014-12-15java: remove some unused fields and variablesNoel Grandin 2014-12-12toolkit: Use appropriate OUString functions on string constantsStephan Bergmann 2014-12-11java: remove some unnecessary interfacesNoel Grandin 2014-12-11java: reduce visibility of fields and methodsNoel Grandin 2014-12-10java: simplify the getMSF() methodsNoel Grandin 2014-12-10Split into individual definitions, one per lineStephan Bergmann 2014-12-08fdo#38835 strip out OUString globalsNoel Grandin