Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|