Project

General

Profile

1
package eu.dnetlib.data.mapreduce.util;
2

    
3
import org.junit.Test;
4

    
5
public class DNGFRowKeyDecoderTest {
6

    
7
	@Test
8
	public void test() {
9

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

    
12
		DNGFRowKeyDecoder d = DNGFRowKeyDecoder.decode(id1);
13

    
14
		System.out.println(d.getId());
15
	}
16

    
17
}
(3-3/4)