diff options
| author | Jesse Wolfe <jes5199@gmail.com> | 2010-06-25 18:24:45 -0700 |
|---|---|---|
| committer | Jesse Wolfe <jes5199@gmail.com> | 2010-06-25 18:27:39 -0700 |
| commit | 6a8e6feb0aa448baca81ad510398021af8765331 (patch) | |
| tree | 0e88c7eea8451411e5ed5f4d9c50dec9a65741d4 /test/ral/manager | |
| parent | 5f53bfa282285a09f79d3cd02b7f5d6239825eda (diff) | |
| download | puppet-6a8e6feb0aa448baca81ad510398021af8765331.tar.gz puppet-6a8e6feb0aa448baca81ad510398021af8765331.tar.xz puppet-6a8e6feb0aa448baca81ad510398021af8765331.zip | |
Tweak an old test due to new error handling.
Diffstat (limited to 'test/ral/manager')
| -rwxr-xr-x | test/ral/manager/type.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ral/manager/type.rb b/test/ral/manager/type.rb index f1dc437fd..662339419 100755 --- a/test/ral/manager/type.rb +++ b/test/ral/manager/type.rb @@ -65,7 +65,7 @@ class TestType < Test::Unit::TestCase :ensure => "file" ) - assert_raise(Puppet::DevError, "It should fail to alias when no catalog was available") { + assert_raise(Puppet::Error, "It should fail to alias when no catalog was available") { resource[:alias] = "funtest" } end |
