diff options
| author | Nick Lewis <nick@puppetlabs.com> | 2010-12-16 16:23:52 -0800 |
|---|---|---|
| committer | Nick Lewis <nick@puppetlabs.com> | 2010-12-16 16:23:52 -0800 |
| commit | 519e3857c7edf0d007dd3d4924d27ae552a9b457 (patch) | |
| tree | 5ca895fe8ce30b8a93c0c36461449a7b8eb418d7 /test/lib | |
| parent | 367633b7e67ff127c0fc8a12c2268941572a7837 (diff) | |
| parent | d516f6385e0ee044603c403ecc6f96606730f8f2 (diff) | |
Merge branch 'ticket/2.6.next/5493' into 2.6.next
Diffstat (limited to 'test/lib')
| -rw-r--r-- | test/lib/puppettest/reporttesting.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/puppettest/reporttesting.rb b/test/lib/puppettest/reporttesting.rb index 448a6a9d8..54a2f6799 100644 --- a/test/lib/puppettest/reporttesting.rb +++ b/test/lib/puppettest/reporttesting.rb @@ -1,7 +1,7 @@ module PuppetTest::Reporttesting def fakereport # Create a bunch of log messages in an array. - report = Puppet::Transaction::Report.new + report = Puppet::Transaction::Report.new("apply") 3.times { |i| # We have to use warning so that the logs always happen |
