Rob Atkinson wrote: > Thanks guys - getting closer to a true understanding - more questions > inline.. > >>> As long as your module extends the root pom and doesn't override any of >>> the surefire configuration it should just work for you. >> > Does it automatically exclude Online* tests, or do we need to > configure this?
Yes, by default Online and Stress tests will be excluded. If either or both of their profiles are activated, then their respective online and stress tests will be run in addition to the vanilla tests. >> It seems the only thing we're missing is our fixtures. > > I know what these are, but not how to control which ones gets used in > which profiles. At this point i'm just prophesizing -- the fixture stuff hasn't been rolled out yet. The profile determines which tests are run and each test will specify which fixture it wants to use. If a fixture file is missing from the user's home directory, then the tests using that fixture will be skipped (the test will run, but it will short circuit itself). If you don't want to run any arcsde tests on your machine for example, you simply delete all your arcsde fixtures. We'll want to put some default fixtures in svn somewhere, and add some instructions on the wiki (or the pom) for people wanting to run online tests. Anyways, it looks like we've now figured out what we are going to do and should have some good instructions on how to set up online tests soon... Cheers, Cory. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
