Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Jukebox doesn't show an object chooser anymoreDaniel Narvaez2013-01-251-1/+1
|
* Update main process nameDaniel Narvaez2013-01-221-3/+3
|
* Use accessibility tree now that sugar exposes an actionDaniel Narvaez2013-01-141-1/+1
|
* Fix unit testDaniel Narvaez2013-01-121-1/+1
|
* Revert "Wait until the tree is populated"Daniel Narvaez2013-01-102-17/+3
| | | | This reverts commit 33d4064b7c3bfa6d001b397b3e563fd7f47792ac.
* Revert "root_accessible might be None too"Daniel Narvaez2013-01-101-8/+8
| | | | This reverts commit 2defc4cddbd09fd919c8972ab64cc498d8ac260a.
* Revert "Wait for longer"Daniel Narvaez2013-01-101-1/+1
| | | | This reverts commit e735e1ff648102455c4e707f41c664080931d329.
* Log at the start of the testDaniel Narvaez2013-01-101-0/+2
|
* Wait for longerDaniel Narvaez2013-01-091-1/+1
|
* root_accessible might be None tooDaniel Narvaez2013-01-091-8/+8
|
* Wait until the tree is populatedDaniel Narvaez2013-01-092-3/+17
|
* Rework initializationDaniel Narvaez2012-12-281-0/+3
| | | | To avoid duplicatin environ setup calls.
* Retry more aggressivelyDaniel Narvaez2012-12-271-2/+2
| | | | | Should speed up the tests and maybe expose the failures we are seeing in buildbot more reliably.
* Try to handle atspi ipc errorsDaniel Narvaez2012-12-271-1/+11
|
* Dump the tree whenever there is an exceptionDaniel Narvaez2012-12-272-7/+13
|
* Use logs in the UI testsDaniel Narvaez2012-12-272-6/+12
| | | | To get timestamps
* Fix debian version in dataDaniel Narvaez2012-12-271-1/+1
|
* Fix debian version in testDaniel Narvaez2012-12-271-1/+1
|
* pep8izeDaniel Narvaez2012-12-265-26/+36
|
* Fix unit testsDaniel Narvaez2012-12-152-6/+28
|
* Revert "Adapt to executable name change"Daniel Narvaez2012-12-131-3/+3
| | | | This reverts commit aa9c52db0ca5b91a87925c315876a28c8cdc2efd.
* Adapt to executable name changeDaniel Narvaez2012-12-111-3/+3
|
* gnome-keyring module testsDaniel Narvaez2012-12-011-1/+4
|
* Disable atspi timeoutsDaniel Narvaez2012-12-011-0/+2
| | | | | We are sometimes seeing them and perhaps we can just rely on the buildbot ones for tests.
* iHopefully we will not get passord dialogs anymoreDaniel Narvaez2012-12-011-6/+0
|
* Mock and check architecture in the testsDaniel Narvaez2012-11-301-0/+12
|
* Set user.name and use.email in unit testsDaniel Narvaez2012-11-301-0/+3
|
* Add more tests and fix bugsDaniel Narvaez2012-11-302-12/+39
|
* Add tests for debian modulesDaniel Narvaez2012-11-302-2/+18
|
* Test the list of modulesDaniel Narvaez2012-11-304-3/+69
|
* Cleanup retryingDaniel Narvaez2012-11-301-1/+2
|
* Git clean not out-of-source modules instead of removingDaniel Narvaez2012-11-291-0/+14
|
* Add a devbot.git module with unit testDaniel Narvaez2012-11-291-0/+106
|
* Move the sugar testsDaniel Narvaez2012-11-292-0/+0
| | | | To make space for the devbot ones
* More reorderingDaniel Narvaez2012-11-221-3/+3
|
* Reorder to put public methods at the topDaniel Narvaez2012-11-221-50/+50
|
* Rework tree to use the gi atspi bindings directlyDaniel Narvaez2012-11-221-32/+65
| | | | pyatspi is a mess, just adds another layer and undocumented
* Improve UI test logDaniel Narvaez2012-11-211-2/+2
|
* Jukebox has an object chooserDaniel Narvaez2012-11-211-1/+1
|
* Remove sleepDaniel Narvaez2012-11-211-2/+0
| | | | | | I'm not sure this is necessary, might have been caused by the fact that we was not waiting for activities to really shutdown. Removing it to reasses.
* Read has an object chooserDaniel Narvaez2012-11-211-1/+1
|
* Click the last stop button if there multiplesDaniel Narvaez2012-11-211-2/+3
| | | | Accomodate pippy
* Ensure an activity is really down after stopping itDaniel Narvaez2012-11-212-2/+10
|
* Close the gcr prompterDaniel Narvaez2012-11-121-0/+6
|
* Build activities with a custom scriptDaniel Narvaez2012-11-121-4/+2
| | | | | | It should be faster and cleaner than the sugar-fructose hack. Eventually dn-build might replace jhbuild. We don't really need all that complexity.
* Add a sleep before clickingDaniel Narvaez2012-11-111-0/+3
| | | | Apparently if we click immediately sometimes it doesn't work.
* Actually indent node dumpDaniel Narvaez2012-11-111-1/+1
|
* Cannot use find_children to iterateDaniel Narvaez2012-11-111-5/+2
| | | | It's recursive
* Swapped list and single childDaniel Narvaez2012-11-111-2/+2
|
* Return the last resultDaniel Narvaez2012-11-111-1/+2
|