[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35
Jesse Wolfe
jes5199 at gmail.com
Wed Jul 14 10:32:15 UTC 2010
The following commit has been merged in the upstream branch:
commit a4d1ba0534b5f6f310f8465dec5187ce7065c2bb
Author: Jesse Wolfe <jes5199 at gmail.com>
Date: Fri Apr 9 14:45:01 2010 -0700
Puppet::Parser::AST::Leaf#evaluate_match "insensitive" renamed to
"sensitive"
diff --git a/spec/unit/parser/ast/leaf.rb b/spec/unit/parser/ast/leaf.rb
index 4645860..2bb3747 100755
--- a/spec/unit/parser/ast/leaf.rb
+++ b/spec/unit/parser/ast/leaf.rb
@@ -32,7 +32,7 @@ describe Puppet::Parser::AST::Leaf do
@leaf.stubs(:safeevaluate).with(@scope).returns(@value)
@value.expects(:downcase).returns("value")
- @leaf.evaluate_match("value", @scope, :insensitive => true)
+ @leaf.evaluate_match("value", @scope, :sensitive => true)
end
it "should match undef if value is an empty string" do
@@ -45,7 +45,7 @@ describe Puppet::Parser::AST::Leaf do
parameter = stub 'parameter'
parameter.expects(:downcase).returns("value")
- @leaf.evaluate_match(parameter, @scope, :insensitive => true)
+ @leaf.evaluate_match(parameter, @scope, :sensitive => true)
end
end
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list