From 295b3571bbca407a86b2c79b6189004bc05e2eac Mon Sep 17 00:00:00 2001 From: luke Date: Fri, 30 Mar 2007 00:47:03 +0000 Subject: Renaming some methods so that we can generate a report on a transaction and then retrieve it later git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2372 980ebf18-57e1-0310-9a29-db15c13687c0 --- test/other/transactions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/other/transactions.rb b/test/other/transactions.rb index a075a120e..64d312aec 100755 --- a/test/other/transactions.rb +++ b/test/other/transactions.rb @@ -86,7 +86,7 @@ class TestTransactions < Test::Unit::TestCase report = nil assert_nothing_raised { - report = trans.report + report = trans.generate_report } # First test the report logs -- cgit