From: "Wang, Jing J" <[email protected]> > Piñeiro, > Thank you so much for quick answer. My expected test process is > 1. Boot moblin to Desktop > 2. Set GTK_MODULES environment= cally:spiatk > 3. Launch clutter application we'd like test > 4. Run pyatspi based test script to talk with our target application > > Is above test process reasonable? What do you think?
It would depend on one thing: are your application calling gtk_init (). Because remember that is here where the modules listed on GTK_MODULES are loaded. If this moblin applications are pure-clutter applications, this wouldn't work. (And of course, with the assumption that both cally and spiatk will be placed on the gtk module directory, in order to find it properly). === API ([email protected]) -- To unsubscribe send a mail to [email protected]
