Project

General

Profile

« Previous | Next » 

Revision 53001

test moved in dnet-openaireplus-mapping-utils

View differences:

ConfigTest.java
30 30
		System.out.println(cfg.toString());
31 31
	}
32 32

  
33
	@Test
34
	public void test3() throws IOException {
35

  
36
		final MapDocument docA = MapDocumentSerializer.decode(IOUtils.toString(getClass().getResourceAsStream("docA.json")));
37
		System.out.println(docA);
38

  
39
		final MapDocument docB = MapDocumentSerializer.decode(IOUtils.toString(getClass().getResourceAsStream("docB.json")));
40
		System.out.println(docB);
41

  
42
	}
43

  
44

  
45 33
}

Also available in: Unified diff