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

Luke Kanies luke at puppetlabs.com
Wed Jul 14 10:32:25 UTC 2010


The following commit has been merged in the upstream branch:
commit 1a6e08fc9c4e5c39f76d14c762356865c10e1dc7
Author: Luke Kanies <luke at puppetlabs.com>
Date:   Mon Apr 12 11:09:20 2010 -0700

    Fixing Transaction integration test
    
    This was failing because it was expecting a call to
    Puppet::Type#evaluate, which is no longer used.
    
    Signed-off-by: Luke Kanies <luke at puppetlabs.com>

diff --git a/spec/integration/transaction.rb b/spec/integration/transaction.rb
index b87bfb3..badf561 100755
--- a/spec/integration/transaction.rb
+++ b/spec/integration/transaction.rb
@@ -26,7 +26,7 @@ describe Puppet::Transaction do
 
         transaction = Puppet::Transaction.new(catalog)
 
-        resource.expects(:evaluate).raises "this is a failure"
+        resource.expects(:retrieve).raises "this is a failure"
         resource.stubs(:err)
 
         child_resource.expects(:retrieve).never

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list