Issue 34: group silently ignored
Status:  New
Owner: ----
Reported by ralf.hau...@gmail.com, Aug 22, 2008
> What steps will reproduce the problem?
1. choose group, browse, select a group
2. take a test where the group is in annotation @Test(groups = { "grpHere" })
3. put a break-point inside that test
4. Run TestNG in Debug output

> What is the expected output? 
In the console, I would like to see my log.debug output and the execution
to stop at my break-point
> What do you see instead?
===============================================
    G:grpHere
    Tests run: 0, Failures: 0, Skips: 0
===============================================


===============================================
myProject by groups
Total tests run: 0, Failures: 0, Skips: 0
===============================================

What version of the product are you using? On what operating system?
5.8.0.2

>Please provide any additional information below.
jdk1.5.0_14 on Debian stable