diff options
author | Franz Pletz <fpletz@fnordicwalking.de> | 2012-01-21 20:49:28 +0100 |
---|---|---|
committer | Franz Pletz <fpletz@fnordicwalking.de> | 2012-01-21 20:53:19 +0100 |
commit | fb12c29274e8eeccafbf91d0bac10c0624fbc6d5 (patch) | |
tree | e00aacfa494337722ba9a5f07d510f149cb87601 /test | |
parent | 71ef29ddcfe1317f12aaf4ba41792f2b00375929 (diff) | |
download | puppet-fb12c29274e8eeccafbf91d0bac10c0624fbc6d5.tar.gz |
(#9160) Change logging facility to debug for not supported provider features
Diffstat (limited to 'test')
-rwxr-xr-x | test/ral/manager/attributes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ral/manager/attributes.rb b/test/ral/manager/attributes.rb index 8b0b8df95..c3e449e9e 100755 --- a/test/ral/manager/attributes.rb +++ b/test/ral/manager/attributes.rb @@ -227,7 +227,7 @@ class TestTypeAttributes < Test::Unit::TestCase no.each do |a| assert_nil(resource.should(a), "Got value for unsupported %s in %s" % [a, prov.name]) if Puppet::Util::Log.sendlevel?(:info) - assert(@logs.find { |l| l.message =~ /not managing attribute #{a}/ and l.level == :info }, "No warning about failed %s" % a) + assert(@logs.find { |l| l.message =~ /not managing attribute #{a}/ and l.level == :debug }, "No warning about failed %s" % a) end end |