Issue 50: PATCH Functional tests issues warnings when using assert_select in Admin::ContentNodesController
Status:  Fixed
Owner: ----
Closed:  Apr 2008
Reported by edmundo...@gmail.com, Mar 12, 2008
What steps will reproduce the problem?
1. Create a functional test file for Admin::ContentNodesController.
2. Try to assert that it have a specified html tag. i.e:  assert_select
"div#errorExplanation" (Assert that it gave an error explanation)

What is the expected output? What do you see instead?
Is expected nothing but it prints:

..ignoring attempt to close p with i
  opened at byte 10774, line 341
  closed at byte 10827, line 342
  attributes at open: {"class"=>"info"}
  text around open: "s time.</span>\n</p>\n<p class=\"info\">\n\t(B"
  text around close: "bottom of this page)</i>\n</p>\n\n<!--\n\tLAT"


What version of the product are you using? On what operating system?
trunk. Ubuntu 7.04 

Please provide any additional information below.
Its just an initial <i> tag missed in
/vendor/plugins/substruct/app/views/admin/content_nodes/_crud_sidebar.rhtml
...
(Button at the bottom of this page)</i>
...
 

 
crud_sidebar_missing_tag.patch
751 bytes   View   Download
Apr 8, 2008
Project Member #1 subim...@gmail.com
Fixed - revision 57
Status: Fixed