summaryrefslogtreecommitdiff
path: root/tests/atk_test_text.c
Commit message (Collapse)AuthorAgeFilesLines
* Relicense as LGPL 2.1Mike Gorse2019-08-281-4/+4
| | | | Fixes https://gitlab.gnome.org/GNOME/at-spi2-atk/issues/2
* Fix old FSF addressMike Gorse2019-08-271-2/+2
|
* tests: use sub-second sleeps to wait for application startupSamuel Thibault2019-08-261-1/+1
| | | | | | | | | This allows to reduce the testsuite completion time from almost 3 minutes to about 3s. This however showed that we were not waiting for the application to terminate. Add terminate_app() which ensures this, to be used instead of only killing the application.
* Next tests for accessible interfacesPatryk Kaczmarek2015-11-181-0/+481
* New tested interfaces: - Collection - EditableText - Image - Text - Value * Commented tests for depricated function in Component tests deleted * Unused variables deleted * Added compilation flag -Wall