[Pluginbuilder-development] Autotestsuite not running any test
Status: Beta
Brought to you by:
mbarchfe
From: Hugo C. <hug...@gm...> - 2010-02-19 20:59:52
|
Hello everyone, I've been using plugin builder to build my app for about a year and a half. It works great but we're not using the test part since our continuous integration server is service on a windows machine and therefore cannot run plugin tests. I've recently tried to run the build localy on my machine and discovered to my surprise that, although the test task is being run, autotestsuite is not finding any test. I double checked my test feature to ensure it had all the test plugins for my app. I also double checked the inclusion and exclusion patters for both classes and plugin. They are currently like this: autotestsuite.plugin.inclusions=.*(test|tests)$ autotestsuite.plugin.exclusions=org\.pluginbuilder\..* autotestsuite.class.inclusions=.*Test$ autotestsuite.class.exclusions= And all our test classes use JUnit 4 and are named ending with 'Test'. Our plugins are all named with 'tests' at the end. I've tried looking the .log of the testing running excution of eclipse but got nothing from that. It seems things are just fine there. I'm using java 1.5.0 on an OS X machine, eclipse 3.5 and pluginbuilder 0.7. My app is an RCP app and it builds just fine with plugin builder. Any ideas/tips? Any detail I forgot to mention but I should have mentioned? Thanks, -- Hugo Corbucci CS Grad from 2003 to 2006 CS Master from 2007 to 2010 Cel: (55) (11) 8636 9029 Phone: (55) (11) 2649 8636 Skype user: hugo.corbucci |