From 65d3040d5d5f792405404caece16261088bfcf6a Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Wed, 8 Oct 2008 22:16:31 -0500 Subject: Fixing a test that was broken in ee579641 Signed-off-by: Luke Kanies --- test/other/transactions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/other/transactions.rb b/test/other/transactions.rb index 7f42bb6f4..b1dbaed92 100755 --- a/test/other/transactions.rb +++ b/test/other/transactions.rb @@ -248,7 +248,7 @@ class TestTransactions < Test::Unit::TestCase assert_nothing_raised() { check.each { |property| - value = file.value(property) + value = file.property(property).retrieve assert(value) properties[property] = value } -- cgit