We've used a custom listener with the Eclipse plugin for a while, and
just recently noticed that it doesn't seem to be working anymore. If
you go to the TestNG properties for a project and attempt to add
something to the "Listeners/reporters" setting, it appears to work,
but when you come back to it, the value is gone.
A quick perusal of the TestNGPropertyPage class shows why: Lines 174
and 187, which save and display the custom listeners/reporters, are
commented out. Was this intentional? I may be missing something, but
it seems odd to remove the underlying behavior but leave the field
there.
Further, even if we programmatically add a listener (by saving a
preference on the testng property node with a name of <project
name>.reporters), it still doesn't appear to use the listener. This
has worked in the past.
Did something fundamentally change with regards to listeners recently?
Thanks,
- Spencer
--
You received this message because you are subscribed to the Google Groups "testng-users" group.
To post to this group, send email to
testng...@googlegroups.com.
To unsubscribe from this group, send email to
testng-users...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/testng-users?hl=en.