[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. puppet-0.24.5-rc3-1456-g2f0b1e5

Luke Kanies luke at madstop.com
Tue Oct 27 17:06:21 UTC 2009


The following commit has been merged in the upstream branch:
commit 6846c327e120b88334853bcc947f522b2cd9e377
Author: Luke Kanies <luke at madstop.com>
Date:   Mon Oct 26 20:36:01 2009 -0700

    Fixing some recently broken Scope tests
    
    Signed-off-by: Luke Kanies <luke at madstop.com>

diff --git a/spec/unit/parser/scope.rb b/spec/unit/parser/scope.rb
index 0859ead..d7800e4 100755
--- a/spec/unit/parser/scope.rb
+++ b/spec/unit/parser/scope.rb
@@ -43,7 +43,7 @@ describe Puppet::Parser::Scope do
         describe "and the variable is qualified" do
             before do
                 @parser = Puppet::Parser::Parser.new()
-                @compiler = Puppet::Parser::Compiler.new(stub("node", :name => "foonode"), @parser)
+                @compiler = Puppet::Parser::Compiler.new(stub("node", :name => "foonode", :classes => []), @parser)
                 @scope.compiler = @compiler
                 @scope.parser = @parser
             end

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list