summaryrefslogtreecommitdiffstats
path: root/test/other
diff options
context:
space:
mode:
authorMarkus Roberts <Markus@reality.com>2010-01-15 09:13:10 -0800
committerJames Turnbull <james@lovedthanlost.net>2010-01-30 09:29:51 +1100
commit10becce443741511ff216c98f6f460513a615cdb (patch)
tree76fe13d79910b57bcb3341148e81c6d2d35f21f5 /test/other
parent49a718539c9f896d01a757e4f8b3ddb21edec0da (diff)
downloadpuppet-10becce443741511ff216c98f6f460513a615cdb.tar.gz
puppet-10becce443741511ff216c98f6f460513a615cdb.tar.xz
puppet-10becce443741511ff216c98f6f460513a615cdb.zip
Fix for #3077 (unit tests broken in 0.25.1-->0.25.4)
Most of these were caused by alias --> host_aliases; one was caused by the canonicalization of resource references and one by the removal of puppet_module.
Diffstat (limited to 'test/other')
-rwxr-xr-xtest/other/transactions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/other/transactions.rb b/test/other/transactions.rb
index 6cb772d88..57a3a1cd8 100755
--- a/test/other/transactions.rb
+++ b/test/other/transactions.rb
@@ -368,7 +368,7 @@ class TestTransactions < Test::Unit::TestCase
# 'subscribe' expects an array of arrays
#component[:require] = [[file.class.name,file.name]]
- ecomp[:subscribe] = fcomp
+ ecomp[:subscribe] = fcomp.ref
exec[:refreshonly] = true
trans = assert_events([], config)