diff options
| author | Nick Lewis <nick@puppetlabs.com> | 2011-01-06 16:01:10 -0800 |
|---|---|---|
| committer | Nick Lewis <nick@puppetlabs.com> | 2011-01-06 16:01:10 -0800 |
| commit | 03cc835eb04a5f9e5c1c5bcf6b988378f4bdab69 (patch) | |
| tree | 28da3fd7c329de073e71b5b1ba1be01ec4e54b6f /test/lib | |
| parent | 9b2b4aebed29f035415c1f7324943d3ba2993ea2 (diff) | |
| parent | f663182c28c9d4533ad4c2f897e5fbbf78b16d8e (diff) | |
Merge branch 'next'
Diffstat (limited to 'test/lib')
| -rw-r--r-- | test/lib/puppettest/fileparsing.rb | 2 | ||||
| -rw-r--r-- | test/lib/puppettest/reporttesting.rb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/test/lib/puppettest/fileparsing.rb b/test/lib/puppettest/fileparsing.rb index 914c4bcb3..bd4f9e152 100644 --- a/test/lib/puppettest/fileparsing.rb +++ b/test/lib/puppettest/fileparsing.rb @@ -1,3 +1,5 @@ +require 'test/unit' + module PuppetTest::FileParsing # Run an isomorphism test on our parsing process. def fakedataparse(*files) 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 |
