Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 79506

Summary: allow running more than one test case per session
Product: [Eclipse Project] Platform Reporter: Rafael Chaves <eclipse>
Component: RuntimeAssignee: Rafael Chaves <eclipse>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Rafael Chaves CLA 2004-11-25 12:20:21 EST
The session test framework runs a single test case per session. This is usually
what we want, but there are cases when we want to hole a bunch of test cases in
the same session. For instance, running a test suite with some command line
option, and then running it again without that command line option. Running
every single test case as a separate session just makes it take longer and
brings no value.

An acceptable implementation would be that this set of test cases would be made
of all test cases found in a given class.
Comment 1 Rafael Chaves CLA 2004-11-25 14:26:52 EST
The changes required to support that are not trivial. Won't fix any soon.
Comment 2 Rafael Chaves CLA 2005-08-10 21:05:29 EDT
This actually got fixed recently.
Comment 3 Rafael Chaves CLA 2005-08-10 21:05:52 EDT

*** This bug has been marked as a duplicate of 104517 ***