Issue #3336 has been reported by Mathias Gug.

----------------------------------------
Bug #3336: Unit test failure: test_blanks_and_comments(TestParsedHostProvider)
http://projects.reductivelabs.com/issues/3336

Author: Mathias Gug
Status: Unreviewed
Priority: Normal
Assigned to: 
Category: 
Target version: 
Affected version: 0.25.4
Keywords: 
Branch: 


While trying to run the puppet test suite on Lucid, the following test failed:

<pre>
 14) Failure:
test_blanks_and_comments(TestParsedHostProvider)
    [./ral/providers/host/parsed.rb:110:in `test_blanks_and_comments'
     
/usr/lib/ruby/1.8/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in
 `__send__'
     
/usr/lib/ruby/1.8/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in
 `run']:
<[{:line=>"# comment one", :record_type=>:comment},
 {:line=>"", :record_type=>:blank},
 {:alias=>["another", "host"],
  :ip=>"192.168.43.56",
  :name=>"myhost",
  :record_type=>:parsed},
 {:line=>"    ", :record_type=>:blank},
 {:line=>"# another comment", :record_type=>:comment},
 {:ip=>"192.168.43.57", :name=>"anotherhost", :record_type=>:parsed}]> expected 
but was
<[{:line=>"# comment one", :record_type=>:comment},
 {:line=>"", :record_type=>:blank},
 {:host_aliases=>["another", "host"],
  :ip=>"192.168.43.56",
  :name=>"myhost",
  :record_type=>:parsed},
 {:line=>"    ", :record_type=>:blank},
 {:line=>"# another comment", :record_type=>:comment},
 {:ip=>"192.168.43.57", :name=>"anotherhost", :record_type=>:parsed}]>.

</pre>


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://reductivelabs.com/redmine/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to