Re: [Pluginbuilder-development] Autotestsuite not running any test
Status: Beta
Brought to you by:
mbarchfe
From: mbarchfe <mba...@go...> - 2010-02-21 15:47:57
|
Hi Hugo, > I've tried that before. Used to be "com.o2filmes.storytouch.application" (considering my application extension is defined under my com.o2filmes.storytouch plugin and its id is application). The com.o2filmes.storytouch plugin is included in my core feature which is the first one on the list of features plugin builder should build. > > The weirdest part is that it finds that application to build the product but not when running the tests. I thought about adding this plugin as a dependency for the test feature but it was useless. I keep getting that Failed to locate test application "com.o2filmes.storytouch.application" message. No, you do not need a dependency from the autotest plug-in to your plug-in. I would suggest that you compare your set-up with the set-up of the example application ( http://www.pluginbuilder.org/documentation/example/), maybe that sheds some light. You can also try to start the test installation manually and thereby check if all dependencies of your plug-in (the one which contains the application) are available. In that case the log file should output more than just the "Failed to locate" message. More good luck Markus |