Skip to content

Failed

org.seasar.ymir.extension.freemarker.FreemarkerSourceGeneratorTest.test_generateBaseSource_Page12_formのアクセッサがsuperクラスにある場合に正しく生成されること

Failing for the past 1 build (Since #423 )
Took 20 ms.

Error Message

expected:<...mir.annotation.Meta;[ import org.seasar.ymir.scope.annotation.RequestParameter; ]  public class Hoe1...> but was:<...mir.annotation.Meta;[ import org.seasar.ymir.scope.annotation.RequestParameter;]  public class Hoe1...>

Stacktrace

junit.framework.ComparisonFailure: expected:<...mir.annotation.Meta;[
import org.seasar.ymir.scope.annotation.RequestParameter;
]

public class Hoe1...> but was:<...mir.annotation.Meta;[
import org.seasar.ymir.scope.annotation.RequestParameter;]

public class Hoe1...>
	at junit.framework.Assert.assertEquals(Assert.java:81)
	at junit.framework.Assert.assertEquals(Assert.java:87)
	at org.seasar.ymir.extension.freemarker.FreemarkerSourceGeneratorTest.test_generateBaseSource_Page12_formのアクセッサがsuperクラスにある場合に正しく生成されること(FreemarkerSourceGeneratorTest.java:506)