Closed JochenHiller closed 7 years ago
Thanks @sjka for reporting that. I have a test case which can easily reproduce that. @rellermeyer Can you say something about this code in Concierge.removeBundleListener() ?
if (bundle == Concierge.this) {
return;
}
Was that introduced by intention?
@rellermeyer I added a test case for that in a branch in my repo. See https://github.com/JochenHiller/concierge/commit/9e4e74a1b6de02cf58225a8190b2be1764389545 Simply copy the file to your workspace, and remove the "Ignore" annotation
@rellermeyer For testing purposes I commented out that code. The test case and the complete test suite does work now without issues. Do you expect any big implications? I will try to run TCK before we will make that kind of change.
Added a PR with the fix. When merging we should squash the commits into a single one.
Migrated from Eclipse Bugzilla #493251
Simon Kaufmann 2016-05-09 10:58:54 EDT