Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Return empty list for childrenDaniel Narvaez2012-11-111-2/+2
|
* LeftoverDaniel Narvaez2012-11-111-1/+0
|
* Fix node/accessible mismatchDaniel Narvaez2012-11-111-5/+5
|
* Missing returnDaniel Narvaez2012-11-111-1/+1
|
* Find on the child when crawlingDaniel Narvaez2012-11-111-1/+2
|
* Don't retry when dumping the treeDaniel Narvaez2012-11-111-1/+4
|
* Dump the tree on find failuresDaniel Narvaez2012-11-111-0/+2
|
* Don't die if name is not specifiedDaniel Narvaez2012-11-111-1/+3
|
* Missing parameterDaniel Narvaez2012-11-111-1/+1
|
* Print information about retriesDaniel Narvaez2012-11-111-6/+9
|
* Sleep inside the while loopDaniel Narvaez2012-11-111-2/+4
|
* Remove now unnecessary sleepsDaniel Narvaez2012-11-111-6/+0
|
* Retry atspi calls to avoid timing issuesDaniel Narvaez2012-11-111-0/+22
|
* Rework tests to be based on pyatspi onlyDaniel Narvaez2012-11-072-29/+87
| | | | | | | | dogtail is not packaged for ubuntu at the moment and dogtail adds another layer which can make it difficult to debug intermittent failures. We might switch back at some point but for now I think it's easier to stay lower level and try to figure out how to improve reliability there.
* Sleep to allow activity to startupDaniel Narvaez2012-10-301-0/+2
|
* Image Viewer doesn't show an object chooser anymoreDaniel Narvaez2012-10-281-1/+1
|
* Sleep while the shell startsDaniel Narvaez2012-08-021-0/+2
| | | | Tries to fix a race seen in buildbot
* Test WriteDaniel Narvaez2012-07-201-1/+1
|