Issue #11552 has been updated by Josh Cooper. Status changed from Accepted to Merged - Pending Release
This was merged into master in <https://github.com/puppetlabs/puppet/commit/ee7866f8bb80184842de396c868f7c6602731f10> ---------------------------------------- Bug #11552: TransObject and TransBucket are no longer used and should be deleted https://projects.puppetlabs.com/issues/11552 Author: Matt Robinson Status: Merged - Pending Release Priority: Normal Assignee: Matt Robinson Category: testing Target version: Telly Affected Puppet version: Keywords: Branch: This was discovered while looking through tests that fail when their should assertions are actually being called on resources. If the should is changed to must, which is an alias to rspec's should, the tests fail. One of these failing areas was in TransBuckets. When looking for how to fix the test, it was discovered that the implementation code was essentially dead. It was only being used for backward compatibility with XMLRPC in Puppet 0.24 and earlier. By removing this dead code in our current master branch, it will be in a version where that backward compatibility is not necessary. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
