File tree Expand file tree Collapse file tree
src/test/java/io/ipfs/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 <junit printsummary =" yes" fork =" true" haltonfailure =" yes" >
5050 <jvmarg value =" -Xmx1g" />
5151 <classpath >
52- <pathelement location =" lib/junit-4.11 .jar" />
53- <pathelement location =" lib/hamcrest-core-1.3 .jar" />
52+ <pathelement location =" lib/junit-4.13.2 .jar" />
53+ <pathelement location =" lib/hamcrest-2.2 .jar" />
5454 <pathelement location =" lib/multihash.jar" />
5555 <pathelement location =" dist/multiaddr.jar" />
5656 </classpath >
57- <test name =" io.ipfs.multiaddr .MultiAddressTest" haltonfailure =" yes" >
57+ <test name =" io.ipfs.api .MultiAddressTest" haltonfailure =" yes" >
5858 <formatter type =" plain" />
5959 <formatter type =" xml" />
6060 </test >
Original file line number Diff line number Diff line change 3131 <properties >
3232 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3333 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
34- <version .junit>4.13.1 </version .junit>
35- <version .hamcrest>1.3 </version .hamcrest>
36- <version .cid>v1.3.1 </version .cid>
34+ <version .junit>4.13.2 </version .junit>
35+ <version .hamcrest>2.2 </version .hamcrest>
36+ <version .cid>v1.3.2 </version .cid>
3737 </properties >
3838
3939 <repositories >
5757 </dependency >
5858 <dependency >
5959 <groupId >org.hamcrest</groupId >
60- <artifactId >hamcrest-core </artifactId >
60+ <artifactId >hamcrest</artifactId >
6161 <version >${version.hamcrest} </version >
6262 <scope >test</scope >
6363 </dependency >
7070 <artifactId >maven-compiler-plugin</artifactId >
7171 <version >3.1</version >
7272 <configuration >
73- <source >1.8 </source >
74- <target >1.8 </target >
73+ <source >11 </source >
74+ <target >11 </target >
7575 </configuration >
7676 </plugin >
7777 <plugin >
Original file line number Diff line number Diff line change 11package io .ipfs .api ;
22
33import io .ipfs .multiaddr .*;
4+ import io .ipfs .multihash .*;
45import org .junit .*;
56
67import java .io .*;
You can’t perform that action at this time.
0 commit comments