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

James Turnbull james at lovedthanlost.net
Fri Jan 15 09:07:44 UTC 2010


The following commit has been merged in the upstream branch:
commit 48953297137470c14ca084ec3fe8809ed3505b99
Author: Markus Roberts <Markus at reality.com>
Date:   Tue Dec 15 00:37:18 2009 -0800

    Fix for #2921 (test not checking for what it really wanted)

diff --git a/spec/unit/node/environment.rb b/spec/unit/node/environment.rb
index 6a775af..21c224f 100755
--- a/spec/unit/node/environment.rb
+++ b/spec/unit/node/environment.rb
@@ -171,7 +171,7 @@ describe Puppet::Node::Environment do
                 env.expects(:modulepath).returns %w{/a}
                 Dir.expects(:entries).with("/a").returns %w{foo}
 
-                env.modules.each {|mod| mod.environment.should == "testing" }
+                env.modules.each {|mod| mod.environment.should == env }
             end
 
             it "should cache the module list" do

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list