This project is archived and is in readonly mode.
Select on XML-namespaced attributes in assert_select
Reported by Jon Yurek | December 10th, 2008 @ 03:38 PM | in 2.x
assert_select cannot select on an attribute that is xml-namespaced (e.g. xlink:href='...'). The change is to add a colon to the HTML::Selector regexp for attributes. Patch with test included.
Comments and changes to this ticket
-
Repository March 7th, 2009 @ 04:14 PM
- State changed from new to resolved
- Tag set to patch
(from [272c2d2e9ca38a307878306bff4315183d1ae7ab]) Ensure assert_select works with XML namespaced attributes [#1547 state:resolved] [Jon Yurek] http://github.com/rails/rails/co...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Tags
Referenced by
- 1547 Select on XML-namespaced attributes in assert_select (from [272c2d2e9ca38a307878306bff4315183d1ae7ab]) Ensure ...