Project

General

Profile

« Previous | Next » 

Revision 53444

testing policy profile 1.4 for wp8

View differences:

ApplyX3MappingTest.java
93 93
	}
94 94

  
95 95
	@Test
96
	public void testCendariAuthors() throws IOException {
96
	public void testCendariAuthors() {
97 97
		doBasicTest("parthenos_policy1.5.xml", "cendari_authors_486.xml", "/eu/dnetlib/x3m/cendari_author_ex1.xml");
98 98
	}
99
	@Test
100
	public void testWp8_oldprofile() {
101
		doBasicTest( "parthenos_wp8.xml", "/eu/dnetlib/x3m/wp8.xml");
102
	}
99 103

  
104
	@Test
105
	public void testWp8_ok() {
106
		doBasicTest("parthenos_policy1.4.xml", "parthenos_wp8.xml", "/eu/dnetlib/x3m/wp8.xml");
107
	}
108
	@Test
109
	public void testWp8_newpolicy() {
110
		doBasicTest("parthenos_policy1.5.xml", "parthenos_wp8.xml", "/eu/dnetlib/x3m/wp8.xml");
111
	}
100 112

  
101 113
	public void doBasicTest(String mappingPath, String recordPath){
102 114
		doBasicTest(parthenosPolicyPath, mappingPath, recordPath);

Also available in: Unified diff