Project

General

Profile

« Previous | Next » 

Revision 52576

updated test

View differences:

modules/dnet-openaireplus-mapping-utils/branches/solr7/src/test/java/eu/dnetlib/pace/distance/DetectorTest.java
209 209
		double d = sr.getScore();
210 210
		System.out.println(String.format(" d ---> %s", d));
211 211

  
212
		assertTrue("different DOIs will drop the score to 0, regardless of the other fields", d == 0.0);
212
		assertTrue("different DOIs will NOT drop the score to 0, then evaluate other fields", d == 1.0);
213 213
	}
214 214

  
215 215
	@Test

Also available in: Unified diff