summaryrefslogtreecommitdiffstats
path: root/test/network/client
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-07-04 22:25:23 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-07-04 22:25:23 +0000
commitc762c1960cc278f974c098ede994bb82f63fd893 (patch)
tree568e3ce09d32176206e32e7da08af5fde87953ff /test/network/client
parent0ff7827d4d7f42fe59c10af35266f197e83b2b17 (diff)
downloadpuppet-c762c1960cc278f974c098ede994bb82f63fd893.tar.gz
puppet-c762c1960cc278f974c098ede994bb82f63fd893.tar.xz
puppet-c762c1960cc278f974c098ede994bb82f63fd893.zip
Removing the long-obsolete Element base class. The Parameter and Type classes no longer have the same base class.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2647 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/network/client')
-rwxr-xr-xtest/network/client/master.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/network/client/master.rb b/test/network/client/master.rb
index 64ff34314..87eb22b31 100755
--- a/test/network/client/master.rb
+++ b/test/network/client/master.rb
@@ -261,6 +261,7 @@ class TestMasterClient < Test::Unit::TestCase
end
def test_getplugins
+ Puppet[:filetimeout] = -1
Puppet[:pluginsource] = tempfile()
Dir.mkdir(Puppet[:pluginsource])
@@ -328,6 +329,7 @@ end
end
def test_getfacts
+ Puppet[:filetimeout] = -1
Puppet[:factsource] = tempfile()
Dir.mkdir(Puppet[:factsource])
hostname = Facter.value(:hostname)