Project

General

Profile

« Previous | Next » 

Revision 55750

reverted to r55658

View differences:

OpenaireLayoutToRecordStylesheetTest.java
63 63

  
64 64
		StreamingInputDocumentFactory factory = new StreamingInputDocumentFactory();
65 65

  
66
		SolrInputDocument doc = factory.parseDocument(InputDocumentFactory. getParsedDateField()DateUtils.now_ISO8601(), indexRecord, "dsId", "dnetResult");
66
		SolrInputDocument doc = factory.parseDocument(DateUtils.now_ISO8601(), indexRecord, "dsId", "dnetResult");
67 67
		assertNotNull(doc);
68 68
		assertFalse(doc.isEmpty());
69 69

  

Also available in: Unified diff