Skip to content

Failed

org.seasar.ymir.checkbox.CheckboxITest.test1_checkbox\u306B\u3064\u3044\u3066hidden\u30BF\u30B0\u304C\u751F\u6210\u3055\u308C\u308B\u3053\u3068

Failing for the past 81 builds (Since #341 )
Took 0.2 sec.

Error Message

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> ] >

Stacktrace

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)

Standard Error

2013/01/07 1:13:17 org.seasar.cms.pluggable.impl.ConfigurationImpl load0
情報: Configuration resource does not exist: path=app-local.properties
2013/01/07 1:13:17 org.seasar.cms.pluggable.impl.ConfigurationImpl load0
情報: Configuration resource does not exist: path=app-local.properties
2013/01/07 1:13:17 org.seasar.ymir.YmirBootstrap initializeApplication
情報: Application 'unknown' has been initialized
2013/01/07 1:13:17 org.seasar.cms.pluggable.impl.ConfigurationImpl load0
情報: Configuration resource does not exist: path=app-local.properties
2013/01/07 1:13:17 org.seasar.cms.pluggable.impl.ConfigurationImpl load0
情報: Configuration resource does not exist: path=app-local.properties
2013/01/07 1:13:17 org.seasar.cms.pluggable.impl.PluggableContainerFactoryImpl init
情報: Project status is: release
2013/01/07 1:13:17 org.seasar.cms.pluggable.impl.PluggableContainerFactoryImpl init
情報: Class loading strategy: Static
2013/01/07 1:13:17 org.seasar.cms.pluggable.impl.PluggableContainerFactoryImpl init
情報: Component registration strategy: Static
2013/01/07 1:13:17 org.seasar.ymir.impl.YmirImpl init
情報: Ymir (version: 1.0.8-SNAPSHOT (Mon Jan 07 01:11:25 JST 2013)) initialization start
2013/01/07 1:13:17 org.seasar.ymir.impl.YmirImpl init
情報: Ymir has been initialized