[jira] Commented: (MSUREFIRE-59) JUnitBattery dies when TestSuite has an anonymous inner class

2006-02-28 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-59?page=comments#action_59670 ] Mike Perham commented on MSUREFIRE-59: -- In fact 2.1.1 works also so this was a regression in 2.1.2. JUnitBattery dies when TestSuite has an anonymous inner class

[jira] Commented: (MSUREFIRE-59) JUnitBattery dies when TestSuite has an anonymous inner class

2006-02-27 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-59?page=comments#action_59605 ] Jason van Zyl commented on MSUREFIRE-59: Mike can you give me a little test case? I just deployed a new snapshot which improves forking output so that may help.

[jira] Commented: (MSUREFIRE-59) JUnitBattery dies when TestSuite has an anonymous inner class

2006-02-08 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-59?page=comments#action_58172 ] Mike Perham commented on MSUREFIRE-59: -- This works in 2.0 but fails when we upgrade to 2.1.2. JUnitBattery dies when TestSuite has an anonymous inner class

[jira] Commented: (MSUREFIRE-59) JUnitBattery dies when TestSuite has an anonymous inner class

2006-02-08 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-59?page=comments#action_58175 ] Carlos Sanchez commented on MSUREFIRE-59: - it's complaining about the constructor, can you paste the constructors you have? JUnitBattery dies when TestSuite has an

[jira] Commented: (MSUREFIRE-59) JUnitBattery dies when TestSuite has an anonymous inner class

2006-02-08 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-59?page=comments#action_58177 ] Mike Perham commented on MSUREFIRE-59: -- The outer class has the standard () and (String) JUnit constructors. The inner class's code is posted right there. It's the