summaryrefslogtreecommitdiffstats
path: root/test/lib/puppettest
diff options
context:
space:
mode:
authorLuke Kanies <luke@puppetlabs.com>2010-04-12 14:56:09 -0700
committerLuke Kanies <luke@puppetlabs.com>2010-04-12 14:56:09 -0700
commit94fddbc8f746a6062f51e1ab5d24febec3c47f64 (patch)
tree5572148ac3ad8cce7a4c6290f4b986806076e3f1 /test/lib/puppettest
parent13d141acce03b50f1bfdee2b2a2cba87bcb3da70 (diff)
downloadpuppet-94fddbc8f746a6062f51e1ab5d24febec3c47f64.tar.gz
puppet-94fddbc8f746a6062f51e1ab5d24febec3c47f64.tar.xz
puppet-94fddbc8f746a6062f51e1ab5d24febec3c47f64.zip
Fixing and porting Transaction Report tests
There are still a few unported tests, but it's at least better now. Signed-off-by: Luke Kanies <luke@puppetlabs.com>
Diffstat (limited to 'test/lib/puppettest')
-rw-r--r--test/lib/puppettest/reporttesting.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/puppettest/reporttesting.rb b/test/lib/puppettest/reporttesting.rb
index 4d88c3cfc..97e32b1c3 100644
--- a/test/lib/puppettest/reporttesting.rb
+++ b/test/lib/puppettest/reporttesting.rb
@@ -7,7 +7,7 @@ module PuppetTest::Reporttesting
# We have to use warning so that the logs always happen
log = Puppet.warning("Report test message %s" % i)
- report.newlog(log)
+ report << log
}
return report