This commit is contained in:
Timo Westkämper 2011-03-05 21:44:45 +00:00
parent 28a07d889e
commit 7620312360

View File

@ -45,7 +45,7 @@ class ScalaEntitySerializerTest {
@Test
def Print() {
val typeMappings = ScalaTypeMappings.create
typeMappings.register(entityType, new QueryTypeFactoryImpl("Q","").create(entityType));
typeMappings.register(entityType, new QueryTypeFactoryImpl("Q","","").create(entityType));
val serializer = new ScalaEntitySerializer(typeMappings);
serializer.serialize(entityType, SimpleSerializerConfig.DEFAULT, new ScalaWriter(writer));
val str = writer.toString();