import com.thoughtworks.xstream.io.xml.XppDriver;
public class XStream11XmlFriendlyTest extends AbstractAcceptanceTest {
protected XStream createXStream() {
return new XStream(new XppDriver(new XStream11XmlFriendlyReplacer())) {
protected boolean useXStream11XmlFriendlyMapper() {
return true;
}