Roger Dubbs wrote: > 2. I don't really want to save the individual method tests. I just want > them to run and then forget about them. I'd be happy with a special > configuration to be automatically modified each time.
This should be configurable for all tests. I only want to save a few specific tests in the project file (eg, TestAll, LoadTest, PerfTest). Individual tests I run from the buffer. > 3. It was kind of a pain to remove all the extra test cases from the run > menu. Could the UI be extended to handle multiple selection? Also, since we share the project file across our team, the list either gets quite big, or you have to remember to prune it before committing. --- At least idea uses xml with each entry on its own line, cvs merges them ok. Constrast this with builder which uses tag attributes for things like the source path <property name="sourcePath" value="bla/bla/bla/dir1;bla/bla/bla/dir2;bla/bla/bla/dir3;etc;etc;etc;/> Might as well use a property file. _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
