token removed from tests
This commit is contained in:
parent
31b013ab69
commit
6cbfabc0a7
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue