https://issues.apache.org/bugzilla/show_bug.cgi?id=50475
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO OS/Version| |All --- Comment #4 from Sebb <[email protected]> 2010-12-15 12:47:15 EST --- I've had a look at the patch. It seems to work well, and does not appear to affect existing test plans. However, there are some odd bits of code that don't appear to do anything in the TestFragmentControllerGui class: if (element instanceof TestFragmentController) { TestFragmentController testFragmentController = (TestFragmentController) element; } and if (controller instanceof TestFragmentController) { } Is there some code missing here? Or should these code snippets be removed? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
