[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:30:23 UTC 2010
    
    
  
The following commit has been merged in the upstream branch:
commit 5b2802c73b2220ca5d4125f96d7a094f336a0415
Author: Jesse Wolfe <jes5199 at gmail.com>
Date:   Thu Mar 25 17:07:37 2010 -0700
    Typo in method call in test.
diff --git a/test/language/scope.rb b/test/language/scope.rb
index 8b06e0d..671af71 100755
--- a/test/language/scope.rb
+++ b/test/language/scope.rb
@@ -315,7 +315,7 @@ class TestScope < Test::Unit::TestCase
         parser = config.parser
 
         # Create a default source
-        config.topscope.source = parser.newclass "", ""
+        config.topscope.source = parser.newclass ""
 
         # And a scope resource
         scope_res = stub 'scope_resource', :virtual? => true, :exported? => false, :tags => [], :builtin? => true, :type => "eh", :title => "bee"
-- 
Puppet packaging for Debian
    
    
More information about the Pkg-puppet-devel
mailing list