diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-01-23 22:38:39 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-01-23 22:38:39 +0000 |
| commit | 18e8e74a2e3b4c5d092fc0aae38bbc5455d4db48 (patch) | |
| tree | a655a05e449fb0f3218d87555b33c7fb57968fdc /test/client | |
| parent | 258114d48b4853cbaa79b53776d5279f727451ab (diff) | |
Committing most of the scheduling stuff. There is still a bit of work to do in terms of how puppetd interacts with scheduling, but the bulk of the work is done.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@847 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/client')
| -rw-r--r-- | test/client/client.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/client/client.rb b/test/client/client.rb index 608fa1dc6..3a462c097 100644 --- a/test/client/client.rb +++ b/test/client/client.rb @@ -114,11 +114,11 @@ class TestClient < Test::Unit::TestCase # now verify that our client cannot do non-cert operations # because its certs are signed by a different CA - assert_raise(Puppet::NetworkClientError, + assert_raise(Puppet::Error, "Client was allowed to call getconfig with no certs") { nonemaster.getconfig } - assert_raise(Puppet::NetworkClientError, + assert_raise(Puppet::Error, "Client was allowed to call getconfig with untrusted certs") { certmaster.getconfig } |
