Issue 20: Groups test inherits tests from other projects
Status:  New
Owner: ----
Reported by cjdo...@gmail.com, Jan 16, 2008
What steps will reproduce the problem?
1. Create a TestNG test in Project A with a @Test(groups="build")
2. Create a TestNG test in Project B with a @Test(groups="build")
3. Alter the build path of Project B so it depends on Project A
4. Open debug dialog
5. Create a new TestNG launch configuration
6. Select "Project B" for the Project
7. Click the "Groups" radio button
8. Click Browse and check the "build" group
9. Click Debug

What is the expected output? What do you see instead?
Actual: the tests in both Project A and Project B are run
Expected: just the test in Project B runs

What version of the product are you using? On what operating system?
Eclipse 3.3.0, Win XP SP2, org.testng.eclipse 5.7.0.1

Please provide any additional information below.
Alternatively, a checkbox that says "Include tests from prerequisite
packages" would be excellent.