Fixing a test I broke when fixing a reporting bug

Signed-off-by: Luke Kanies <luke@madstop.com>
This commit is contained in:
Luke Kanies 2008-10-31 16:05:18 -05:00
Родитель e76cac7df1
Коммит 4596d2d80e
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -54,10 +54,6 @@ class TestReports < Test::Unit::TestCase
assert(report.logs.include?(log), "Report did not get log message")
log = Puppet.warning "This is a non-sourced message"
assert(! report.logs.include?(log), "Report got log message")
assert_nothing_raised {
Puppet::Util::Log.close(report)
}