From 6700adcacdec4381ee4a27a215ee4b45207aa448 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Fri, 7 Sep 2007 15:38:24 -0500 Subject: *Finally* fixing the tests that were failing around users and groups. The problem was that the autoload tests were somehow clearing all loaded classes, including the providers. This is fixed now. --- lib/puppet/parser/collector.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/puppet/parser') diff --git a/lib/puppet/parser/collector.rb b/lib/puppet/parser/collector.rb index d995bf7a7..3eb37dfa2 100644 --- a/lib/puppet/parser/collector.rb +++ b/lib/puppet/parser/collector.rb @@ -121,10 +121,6 @@ class Puppet::Parser::Collector def initialize(scope, type, equery, vquery, form) @scope = scope - - unless scope.resource - raise "wtf?" - end @type = type @equery = equery @vquery = vquery -- cgit