Issue #1374 has been updated by jamtur01. Status changed from Accepted to Closed
Pushed in commit:"117869fa1614cd3b4ff4e5e0df5ece699eb1fe56" in branch 0.24.x ---------------------------------------- Bug #1374: Some resource type tests are failing http://reductivelabs.com/redmine/issues/show/1374 Author: luke Status: Closed Priority: Normal Assigned to: jamtur01 Category: testing Target version: 0.24.5 Keywords: Complexity: Trivial Patch: None Affected version: 0.24.4 The service tests are currently failing (as of commit:"00182ff96f18b54aa659a1909c23ba1aba253cd8"). The problem is that the service test was requiring the service type, which can in some cases cause the file to get loaded twice, which the autoloader doesn't deal well with. The solution is to use the Puppet::Type.type method to retrieve the class. ---------------------------------------- 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://reductivelabs.com/redmine/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 -~----------~----~----~----~------~----~------~--~---
