Issue #1374 has been updated by luke. Assigned to changed from luke to jamtur01
Fixed in the tickets/0.24.x/1374 branch in my repo. ---------------------------------------- Bug #1374: Some resource type tests are failing http://reductivelabs.com/redmine/issues/show/1374 Author: luke Status: Accepted 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 -~----------~----~----~----~------~----~------~--~---
