token removed from tests

This commit is contained in:
lucio 2019-10-01 14:48:29 +02:00
parent 31b013ab69
commit 6cbfabc0a7
2 changed files with 1 additions and 7 deletions

View File

@ -9,7 +9,7 @@
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<!--
<dependencyManagement>

View File

@ -28,12 +28,6 @@ import org.junit.Test;
@Ignore
public class CallTest {
@Test
public void resolveNodeToken() throws Exception{
System.out.println(resolveToken("7f106b0f-e444-41a7-b101-4583ae8da3f8-980114272")); //81caac0f-8a0d-4923-9312-7ff0eb3f2d5e|98187548"));
System.out.println(resolveToken("7f106b0f-e444-41a7-b101-4583ae8da3f8-980114272").getClientInfo().getId());
}
@Test
public void haspred4s() {
System.out.println("pred4s".hashCode() & 0xfffffff);