package eu.dnetlib.data.mapreduce.util;

import org.junit.Test;

public class OafRowKeyDecoderTest {

	@Test
	public void test() {

		String id1 = "50|acnbad______::0a454baf9c61e63d42fb83ab549f8062";

		OafRowKeyDecoder d = OafRowKeyDecoder.decode(id1);

		System.out.println(d.getId());
	}

}
