diff options
| author | Luke Kanies <luke@madstop.com> | 2007-09-06 20:50:26 -0500 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2007-09-06 20:50:26 -0500 |
| commit | caad11a9d15210017f75918b50184bc12f2cc1d0 (patch) | |
| tree | 27e3262179eb45017ef27b93b2ce492c321cf331 /lib/puppet/network/client | |
| parent | 7abc78ad25979c62b585127a8f2a32c55e96819f (diff) | |
| download | puppet-caad11a9d15210017f75918b50184bc12f2cc1d0.tar.gz puppet-caad11a9d15210017f75918b50184bc12f2cc1d0.tar.xz puppet-caad11a9d15210017f75918b50184bc12f2cc1d0.zip | |
Fixing some broken tests in the master client, and adding a test for #800 but it is unfortunately disabled because we cannot realistically fix it using the current design. It will be easy after the REST refactor, though.
Diffstat (limited to 'lib/puppet/network/client')
| -rw-r--r-- | lib/puppet/network/client/master.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/puppet/network/client/master.rb b/lib/puppet/network/client/master.rb index b9f77f61d..c6d7cd75d 100644 --- a/lib/puppet/network/client/master.rb +++ b/lib/puppet/network/client/master.rb @@ -694,5 +694,3 @@ class Puppet::Network::Client::Master < Puppet::Network::Client sleep(time) end end - -# $Id$ |
