Issue #5809 has been updated by Daniel Pittman.

Better, actually, to modify all our code to use the "modern" style `%{name}`, 
eliminate all use of the obsolete `{{name}}`, and upgrade to the latest.

Otherwise we will be in as much pain when the 4.2 version is no longer 
available, much as we are now that < 2.0 versions break on `{{name}}` and all.
----------------------------------------
Bug #5809: Dashboard should work regardless of version of i18n gem installed
https://projects.puppetlabs.com/issues/5809

Author: Matt Robinson
Status: Accepted
Priority: Normal
Assignee: 
Category: 
Target version: 
Keywords: 
Branch: 
Affected URL: 
Affected Dashboard version: 


Uninstalling the i18n gem fixes this, but having it on your system 
If you have the most recent version of the i18n gem installed (0.5.0) then you 
get the following test errors:


1)
'NodeGroup when including groups by name should not allow a group to include 
itself' FAILED
expected ["Validation failed: {{errors}}", "Validation failed: {{errors}}"] to 
include "Validation failed: Creating a dependency from group 'A' to itself 
creates a cycle"
./spec/models/node_group_spec.rb:95:

2)
'NodeGroup when including groups by name should not allow a cycle to be formed' 
FAILED
expected ["Validation failed: {{errors}}", "Validation failed: {{errors}}"] to 
include "Validation failed: Creating a dependency from group 'A' to group 'B' 
creates a cycle"
./spec/models/node_group_spec.rb:105:

3)
'NodeGroup when including groups by id should not allow a group to include 
itself' FAILED
expected ["Validation failed: {{errors}}", "Validation failed: {{errors}}"] to 
include "Validation failed: Creating a dependency from group 'A' to itself 
creates a cycle"
./spec/models/node_group_spec.rb:62:

4)
'NodeGroup when including groups by id should not allow a cycle to be formed' 
FAILED
expected ["Validation failed: {{errors}}", "Validation failed: {{errors}}"] to 
include "Validation failed: Creating a dependency from group 'A' to group 'B' 
creates a cycle"
./spec/models/node_group_spec.rb:72:



-- 
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://projects.puppetlabs.com/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