﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
32556	assertHTMLEqual gives a confusing error message with empty attributes	Baptiste Mispelon	Baptiste Mispelon	"If you try the following assertion:
{{{
self.assertHTMLEqual('<input value>', '<input value="""">')
}}}

You get a test failure and the following message:
{{{
AssertionError: <input value> != <input value>
  <input value>

}}}

I'm getting mixed signals here: either the test should pass or the error message should show the difference between the two strings.

I'm not actually sure which option would be correct in this case so I'm leaving the ticket as ""uncategorized"" instead of ""bug"" or ""cleanup""."	Bug	closed	Testing framework	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
