summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJesse Wolfe <jes5199@gmail.com>2010-04-08 01:30:20 -0700
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commitbfb1fa5ebc366e29a47308729854cff49082ee51 (patch)
tree2e1d205ae0793d37f51b7b9506166fc9b10cef08 /test
parenta18b05d846dd8d8787cb0935160a5ee9a64095c2 (diff)
downloadpuppet-bfb1fa5ebc366e29a47308729854cff49082ee51.tar.gz
puppet-bfb1fa5ebc366e29a47308729854cff49082ee51.tar.xz
puppet-bfb1fa5ebc366e29a47308729854cff49082ee51.zip
Allow skipped resources to process events
Diffstat (limited to 'test')
-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 f8bdb9f2e..94deeab26 100755
--- a/test/other/transactions.rb
+++ b/test/other/transactions.rb
@@ -396,7 +396,7 @@ class TestTransactions < Test::Unit::TestCase
assert(! file.insync?(file.retrieve), "Uh, file is in sync?")
- assert_events([:file_changed, :triggered], config)
+ assert_events([:content_changed, :restarted], config)
assert(FileTest.exists?(fname), "File did not get recreated")
end