Signed-off-by: Luke Kanies <[EMAIL PROTECTED]>
---
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 7f42bb6..b1dbaed 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
}
--
1.5.3.7
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en
-~----------~----~----~----~------~----~------~--~---