[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.6-1-356-g5718585
Luke Kanies
luke at madstop.com
Fri Jan 23 14:21:23 UTC 2009
The following commit has been merged in the master branch:
commit 65d3040d5d5f792405404caece16261088bfcf6a
Author: Luke Kanies <luke at madstop.com>
Date: Wed Oct 8 22:16:31 2008 -0500
Fixing a test that was broken in ee579641
Signed-off-by: Luke Kanies <luke at madstop.com>
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
}
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list