From bfb1fa5ebc366e29a47308729854cff49082ee51 Mon Sep 17 00:00:00 2001 From: Jesse Wolfe Date: Thu, 8 Apr 2010 01:30:20 -0700 Subject: Allow skipped resources to process events --- 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 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 -- cgit