[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:32:20 UTC 2010


The following commit has been merged in the upstream branch:
commit 83d8bdaf52ddbb2de4ab8d4b8b7e1593b96e169f
Author: Jesse Wolfe <jes5199 at gmail.com>
Date:   Fri Apr 9 18:28:11 2010 -0700

    Fix heisenbug in spec/unit/provider/mount/parsed.rb
    
    spec/unit/provider/mount/parsed.rb would show a failure when
    spec/unit/type/mount.rb had been run prior.

diff --git a/spec/unit/provider/mount/parsed.rb b/spec/unit/provider/mount/parsed.rb
index d394b29..0cf206d 100755
--- a/spec/unit/provider/mount/parsed.rb
+++ b/spec/unit/provider/mount/parsed.rb
@@ -143,6 +143,7 @@ describe provider_class do
             # Never write to disk, only to RAM.
             #@provider_class.stubs(:filetype).returns(Puppet::Util::FileType.filetype(:ram))
             @provider_class.stubs(:target_object).returns(Puppet::Util::FileType.filetype(:ram).new("eh"))
+            @provider_class.clear
 
             @mount = mkmount
             @target = @provider_class.default_target

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list