Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Sleep before running the first activityDaniel Narvaez2012-07-111-1/+1
| | | | Still failing in browse, maybe that's it
* Try to sleep 10 seconds after closing an activityDaniel Narvaez2012-07-061-3/+2
| | | | | That's where we always seems to fail, maybe something with treeview refresh.
* Try to increase actionDelayDaniel Narvaez2012-07-031-0/+3
| | | | To see if it helps with the buildbot
* Rewrite to avoid storing accessible objectsDaniel Narvaez2012-07-021-29/+38
| | | | They seem to be short lived
* Dump the accessible tree on SearchErrorDaniel Narvaez2012-07-021-15/+28
|
* Remove the pyabiword dependency for nowDaniel Narvaez2012-07-021-1/+1
| | | | It's broken in ubuntu
* Disable pippy for nowDaniel Narvaez2012-07-011-9/+5
| | | | Need to figure out how to deal with the double stop button
* Improve the shell testDaniel Narvaez2012-07-011-19/+32
|
* Make the test work for all the activitiesDaniel Narvaez2012-07-011-8/+6
|
* Skip a few activities with issues for nowDaniel Narvaez2012-06-301-0/+4
| | | | To keep buildbot happy.
* Sort activities by nameDaniel Narvaez2012-06-301-0/+4
|
* Handle Read object chooserDaniel Narvaez2012-06-301-4/+19
|
* Print the name of the activity we are launchingDaniel Narvaez2012-06-301-0/+2
|
* Start and stop all the activities on the list viewDaniel Narvaez2012-06-301-0/+12
|
* Revert "Comment out list view actions for now"Daniel Narvaez2012-06-301-2/+2
| | | | This reverts commit 20013d8dffacca20d6cc87060f6d32aadca18601.
* Comment out list view actions for nowDaniel Narvaez2012-06-291-2/+2
| | | | They don't work inside buildbot, will need to investigate
* Add a simple dogtail testDaniel Narvaez2012-06-291-0/+11