junit.framework.ComparisonFailure: expected:<<html>[ <body> <form action="." method="post"> <input type="checkbox" name="check1" value="true" /><input type="hidden" name="org.seasar.ymir.checkbox" value="check1" /> <input type="checkbox" name="check2" value="true" /><input type="hidden" name="org.seasar.ymir.checkbox" value="check2" /> <input type="submit" value="Go" /> </form> </body> </html>] > but was:<<html>[ <body> <form action="." method="post"> <input type="checkbox" name="check1" value="true" /><input type="hidden" name="org.seasar.ymir.checkbox" value="check1" /> <input type="checkbox" name="check2" value="true" /><input type="hidden" name="org.seasar.ymir.checkbox" value="check2" /> <input type="submit" value="Go" /> </form> </body> </html> ] > at junit.framework.Assert.assertEquals(Assert.java:81) at junit.framework.Assert.assertEquals(Assert.java:87) at org.seasar.ymir.checkbox.CheckboxITest.test1_checkboxについてhiddenタグが生成されること(CheckboxITest.java:17)