summaryrefslogtreecommitdiffstats
path: root/test/ral/manager
diff options
context:
space:
mode:
authorJesse Wolfe <jes5199@gmail.com>2010-06-25 18:24:45 -0700
committerJesse Wolfe <jes5199@gmail.com>2010-06-25 18:27:39 -0700
commit6a8e6feb0aa448baca81ad510398021af8765331 (patch)
tree0e88c7eea8451411e5ed5f4d9c50dec9a65741d4 /test/ral/manager
parent5f53bfa282285a09f79d3cd02b7f5d6239825eda (diff)
downloadpuppet-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-xtest/ral/manager/type.rb2
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