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

test branch puppet-dev at googlegroups.com
Wed Jul 14 10:34:27 UTC 2010


The following commit has been merged in the upstream branch:
commit d1b86ec9610186696bb17713b07c3cdcb9dd5b89
Author: Jesse Wolfe <jes5199 at gmail.com>
Date:   Wed Jun 9 17:37:30 2010 -0700

    Behavior change for //UNC_Paths broke an old test

diff --git a/test/ral/type/file.rb b/test/ral/type/file.rb
index 7103766..462e8f8 100755
--- a/test/ral/type/file.rb
+++ b/test/ral/type/file.rb
@@ -682,7 +682,7 @@ class TestFile < Test::Unit::TestCase
 
     # Testing #309 -- //my/file => /my/file
     def test_slash_deduplication
-        ["/my/////file/for//testing", "//my/file/for/testing///",
+        ["/my/////file/for//testing", "/my/file/for/testing///",
             "/my/file/for/testing"].each do |path|
             file = nil
             assert_nothing_raised do

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list