diff options
| author | James Turnbull <james@lovedthanlost.net> | 2008-07-05 10:21:36 +1000 |
|---|---|---|
| committer | James Turnbull <james@lovedthanlost.net> | 2008-07-05 10:21:36 +1000 |
| commit | 81be1c5c3f85f514505e99fab5b8a2b2ae6fbec8 (patch) | |
| tree | 192dd042cd69942d2ac803fce86e1b97eb0b3390 /test/lib | |
| parent | 083f4ca7862fbde5cb6fb5562be10f13b66d9250 (diff) | |
| parent | 9d69b3fd12f90ddead7b6a3392395fbe4e901d9b (diff) | |
| download | puppet-81be1c5c3f85f514505e99fab5b8a2b2ae6fbec8.tar.gz puppet-81be1c5c3f85f514505e99fab5b8a2b2ae6fbec8.tar.xz puppet-81be1c5c3f85f514505e99fab5b8a2b2ae6fbec8.zip | |
Merge branch 'refactor/0.24.x/transaction_changes' of git://github.com/lak/puppet into 0.24.x
Diffstat (limited to 'test/lib')
| -rw-r--r-- | test/lib/puppettest/support/utils.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/puppettest/support/utils.rb b/test/lib/puppettest/support/utils.rb index cb4a6924c..654531cfc 100644 --- a/test/lib/puppettest/support/utils.rb +++ b/test/lib/puppettest/support/utils.rb @@ -88,7 +88,7 @@ module PuppetTest::Support::Utils newevents = nil assert_nothing_raised("Transaction %s %s failed" % [type, msg]) { newevents = trans.send(method).reject { |e| e.nil? }.collect { |e| - e.event + e.name } } |
