diff options
author | Luke Kanies <luke@madstop.com> | 2008-10-08 22:16:31 -0500 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2008-10-08 22:32:56 -0500 |
commit | 65d3040d5d5f792405404caece16261088bfcf6a (patch) | |
tree | 5dac208183b9aaea9461803686de32a378e0c7b8 | |
parent | b08002e45aa051b84e2feaab75dce8fd5016ce39 (diff) | |
download | puppet-65d3040d5d5f792405404caece16261088bfcf6a.tar.gz puppet-65d3040d5d5f792405404caece16261088bfcf6a.tar.xz puppet-65d3040d5d5f792405404caece16261088bfcf6a.zip |
Fixing a test that was broken in ee579641
Signed-off-by: Luke Kanies <luke@madstop.com>
-rwxr-xr-x | test/other/transactions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |