[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35

Jesse Wolfe jes5199 at gmail.com
Wed Jul 14 10:35:29 UTC 2010


The following commit has been merged in the upstream branch:
commit 6a8e6feb0aa448baca81ad510398021af8765331
Author: Jesse Wolfe <jes5199 at gmail.com>
Date:   Fri Jun 25 18:24:45 2010 -0700

    Tweak an old test due to new error handling.

diff --git a/test/ral/manager/type.rb b/test/ral/manager/type.rb
index f1dc437..6623394 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

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list