From 2babb25686905c5b200d8b525b8a16c750bbe993 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 14 Feb 2010 23:48:44 -0800 Subject: [PATCH] Added before/after callbacks around import to stabilize persisting of VM UUID. --- test/test_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_helper.rb b/test/test_helper.rb index 4d1f404c6..bfc49aa7e 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -73,6 +73,7 @@ class Test::Unit::TestCase @mock_vm.stubs(:vm=) @mock_vm.stubs(:invoke_callback) @mock_vm.stubs(:invoke_around_callback).yields + @action = action_klass.new(@mock_vm) [@mock_vm, @vm, @action]