From b08002e45aa051b84e2feaab75dce8fd5016ce39 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Wed, 8 Oct 2008 22:13:52 -0500 Subject: Fixing some tests that were broken in the fix for #1633 Signed-off-by: Luke Kanies --- test/lib/puppettest/reporttesting.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/lib') diff --git a/test/lib/puppettest/reporttesting.rb b/test/lib/puppettest/reporttesting.rb index 9b1764cf6..4d88c3cfc 100644 --- a/test/lib/puppettest/reporttesting.rb +++ b/test/lib/puppettest/reporttesting.rb @@ -6,8 +6,6 @@ module PuppetTest::Reporttesting 3.times { |i| # We have to use warning so that the logs always happen log = Puppet.warning("Report test message %s" % i) - log.tags = %w{a list of tags} - log.tags << "tag%s" % i report.newlog(log) } -- cgit