[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:24 UTC 2009
The following commit has been merged in the master branch:
commit 2afbd0d877511511fb1a0c7242d2a3251c7bb82c
Author: Luke Kanies <luke at madstop.com>
Date: Wed Oct 8 22:06:45 2008 -0500
Fixing a test that was failing as a result of the fix to #1491
Signed-off-by: Luke Kanies <luke at madstop.com>
diff --git a/test/network/client/master.rb b/test/network/client/master.rb
index 4a749ac..90f747d 100755
--- a/test/network/client/master.rb
+++ b/test/network/client/master.rb
@@ -402,12 +402,9 @@ end
client.send(:splay)
end
- time = Puppet::Util::Storage.cache(:configuration)[:splay_time]
- assert(time, "Splay time was not cached")
-
# Now try it again
client = mkclient
- client.expects(:sleep).with(time)
+ client.expects(:sleep)
assert_nothing_raised("Failed to call sleep when splay is true with a cached value") do
client.send(:splay)
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list