Skip to content

Failed

org.seasar.ymir.extension.freemarker.FreemarkerSourceGeneratorTest.testGenerateBaseSource_Converter

Failing for the past 277 builds (Since #147 )
Took 0.11 sec.

Error Message

expected:<...java.util.ArrayList;[ import java.util.List;  import org.seasar.framework.container.annotation.tiger.Binding; import org.seasar.framework.container.annotation.tiger.BindingType; import org.seasar.ymir.converter.TypeConversionManager; import org.seasar.ymir.message.Messages;  import com.example.dao.Hoe; import com.example.dto.HoeDto; ]  /**  * A class t...> but was:<...java.util.ArrayList;[ import java.util.List;  import org.seasar.framework.container.annotation.tiger.Binding; import org.seasar.framework.container.annotation.tiger.BindingType; import org.seasar.ymir.converter.TypeConversionManager; import org.seasar.ymir.message.Messages;  import com.example.dao.Hoe; import com.example.dto.HoeDto;]  /**  * A class t...>

Stacktrace

junit.framework.ComparisonFailure: expected:<...java.util.ArrayList;[
import java.util.List;

import org.seasar.framework.container.annotation.tiger.Binding;
import org.seasar.framework.container.annotation.tiger.BindingType;
import org.seasar.ymir.converter.TypeConversionManager;
import org.seasar.ymir.message.Messages;

import com.example.dao.Hoe;
import com.example.dto.HoeDto;
]

/**
 * A class t...> but was:<...java.util.ArrayList;[
import java.util.List;
import org.seasar.framework.container.annotation.tiger.Binding;
import org.seasar.framework.container.annotation.tiger.BindingType;
import org.seasar.ymir.converter.TypeConversionManager;
import org.seasar.ymir.message.Messages;
import com.example.dao.Hoe;
import com.example.dto.HoeDto;]

/**
 * A class t...>
	at junit.framework.Assert.assertEquals(Assert.java:81)
	at junit.framework.Assert.assertEquals(Assert.java:87)
	at org.seasar.ymir.extension.freemarker.FreemarkerSourceGeneratorTest.testGenerateBaseSource_Converter(FreemarkerSourceGeneratorTest.java:377)