summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* registry.c: Fix name of the Version property in the Application interfaceFederico Mena Quintero2022-07-131-0/+27
* session_manager(): Start each session mock in a Running stateFederico Mena Quintero2022-07-131-0/+2
* conftest.py: Reset the mock session to its startup state until after the clie...Federico Mena Quintero2022-07-131-3/+3
* Test that asking for an unknown property gives a DBus errorFederico Mena Quintero2022-07-131-0/+7
* Put all the Accessibility property tests in a single functionFederico Mena Quintero2022-07-131-6/+2
* Rename the registry() fixture to registry_root()Federico Mena Quintero2022-07-132-7/+7
* conftest.py: Inline get_registry_root() into its only callerFederico Mena Quintero2022-07-131-4/+1
* Rename test_registry_startup.py to test_root_accessible.pyFederico Mena Quintero2022-07-131-0/+0
* fixture teardown: Wait for the a11y bus launcher to really dieFederico Mena Quintero2022-07-131-0/+9
* session_manager(): During teardown, reset mock session to its starting stateFederico Mena Quintero2022-07-121-0/+5
* Control the registry fixture's lifetime via a mock gnome-sessionFederico Mena Quintero2022-07-122-3/+21
* tests/registryd/__init__.py: Start a python packageFederico Mena Quintero2022-07-121-0/+0
* Test that the registry's root has a null parentFederico Mena Quintero2022-07-121-0/+3
* Note on how fixtures get automatically createdFederico Mena Quintero2022-07-121-0/+6
* Test ChildCount on an empty registryFederico Mena Quintero2022-07-121-0/+3
* Test the Description property of the registry's rootFederico Mena Quintero2022-07-121-2/+10
* tests/registryd: Start a testsuite for the registryFederico Mena Quintero2022-07-122-0/+58
* mock_accessible_app.py: New toy program to mock an accessible applicationFederico Mena Quintero2022-07-121-0/+75
* atk-object-xml-loader.c: free all the results of xmlGetProp()Federico Mena Quintero2022-07-071-16/+24
* atk-object-xml-loader.c: Use xmlFree() instead of free() for the result of xm...Federico Mena Quintero2022-07-071-1/+1
* Fix clang warning about int/float comparisonFederico Mena Quintero2022-07-071-1/+1
* atk_test_state_set_new(): Test the set of states without iterationFederico Mena Quintero2022-07-041-14/+4
* atk_test_selection_get_selected_child: let the compiler know that the counter...Federico Mena Quintero2022-07-041-0/+1
* tests: Don't assume ordering of attributes in AtkAccessibleFederico Mena Quintero2022-07-042-19/+35
* atk_test_document_get_attributes: do not assume the ordering of keys in a GHa...Federico Mena Quintero2022-07-041-8/+17
* test_relation(): Use a fetched value instead of computing it againFederico Mena Quintero2022-07-041-1/+1
* atk_suite.c: Remove custom machinery for command-line argumentsFederico Mena Quintero2022-07-041-161/+4
* Convert atk tests to use GTestUtilsMike Gorse2022-06-265-516/+122
* Add a Text property to AtspiValueMike Gorse2022-06-171-0/+15
* test-application.c: Install a signal handler to exit cleanlyFederico Mena Quintero2022-06-131-0/+11
* mock-gnome-session.py: New mock for the org.gnome.SessionManager DBus interfaceFederico Mena Quintero2022-06-091-0/+79
* Don't run the atspi/memory test in parallelFederico Mena Quintero2022-05-241-1/+6
* Fix dependency namesFederico Mena Quintero2022-05-242-4/+4
* Hook tests/at-spi2-atk into the buildFederico Mena Quintero2022-05-241-0/+1
* Run the atk tests as wellFederico Mena Quintero2022-05-241-0/+1
* Merge the at-spi2-atk repository into at-spi2-coreFederico Mena Quintero2022-05-2365-0/+8804
|\
| * Remove tests/.gitignoreFederico Mena Quintero2022-05-231-8/+0
| * Move tests/* to tests/at-spi2-atk/*Federico Mena Quintero2022-05-2365-0/+0
| * tests: use the non-deprecated way to add private data to a classMike Gorse2022-04-121-12/+8
| * tests: also fix ref leak in try_get_root()Mike Gorse2020-12-161-1/+4
| * tests: fix memory leakShinwoo Kim2020-12-161-4/+10
| * Tests: include sys/time.hMike Gorse2020-02-291-0/+1
| * Fix double-free introduced in last commitMike Gorse2019-09-021-0/+2
| * Relicense as LGPL 2.1Mike Gorse2019-08-2849-196/+196
| * Fix old FSF addressMike Gorse2019-08-2749-98/+98
| * tests: fix child_pid referenceSamuel Thibault2019-08-271-0/+2
| * Merge branch 'extern_var' into 'master'Mike Gorse2019-08-261-1/+1
| |\
| | * tests: Replace common variable with usual external variableSamuel Thibault2019-08-251-1/+1
| * | Merge branch 'typo' into 'master'Mike Gorse2019-08-261-1/+1
| |\ \
| | * | Fix typoSamuel Thibault2019-08-251-1/+1
| | |/