Project

General

Profile

« Previous | Next » 

Revision 49155

avoid the index records preparation procedure to fail in case of missing context ids

View differences:

XsltRowTransformerFactoryTest.java
765 765

  
766 766
	private XmlRecordFactory newBuilder() throws TransformerConfigurationException, TransformerFactoryConfigurationError, DocumentException {
767 767
		return new XmlRecordFactory(entityConfigTable, ContextMapper.fromXml(Context.xml),
768
				RelClasses.fromJSon(RelClassesTest.relClassesJson), XmlRecordFactoryTest.SCHEMA_LOCATION, true, false, false, XmlRecordFactoryTest.specialDatasourceTypes);
768
				RelClasses.fromJSon(RelClassesTest.relClassesJson), XmlRecordFactoryTest.SCHEMA_LOCATION, true, false, false, XmlRecordFactoryTest.specialDatasourceTypes, null);
769 769
	}
770 770

  
771 771
	private InputStream load(final String fileName) {

Also available in: Unified diff