File tree Expand file tree Collapse file tree 5 files changed +3
-3
lines changed
unit/org/openstreetmap/josm Expand file tree Collapse file tree 5 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
<attribute name =" test" value =" true" />
23
23
</attributes >
24
24
</classpathentry >
25
- <classpathentry kind =" lib" path =" test/lib/jmockit-1.41 .jar" >
25
+ <classpathentry kind =" lib" path =" test/lib/jmockit-1.43 .jar" >
26
26
<attributes >
27
27
<attribute name =" test" value =" true" />
28
28
</attributes >
Original file line number Diff line number Diff line change @@ -496,7 +496,7 @@ Build-Date: ${build.tstamp}
496
496
inclbootstrapclasses =" ${ jacoco.inclbootstrapclasses } " inclnolocationclasses =" ${ jacoco.inclnolocationclasses } " >
497
497
<junit printsummary =" ${ junit.printsummary } " fork =" true" forkmode =" once" failureproperty =" test.@{ testfamily } @{ testITsuffix } .failed" >
498
498
<jvmarg value =" -Dfile.encoding=UTF-8" />
499
- <jvmarg value =" -javaagent:${ test.dir } /lib/jmockit-1.41 .jar" />
499
+ <jvmarg value =" -javaagent:${ test.dir } /lib/jmockit-1.43 .jar" />
500
500
<jvmarg value =" --add-modules" if : set =" isJava9" unless : set =" isJava11" />
501
501
<jvmarg value =" java.activation,java.se.ee" if : set =" isJava9" unless : set =" isJava11" />
502
502
<jvmarg value =" --add-exports" if : set =" isJava9" />
Original file line number Diff line number Diff line change 58
58
import com .google .common .io .ByteStreams ;
59
59
60
60
import edu .umd .cs .findbugs .annotations .SuppressFBWarnings ;
61
- import mockit .integration .internal . TestRunnerDecorator ;
61
+ import mockit .integration .TestRunnerDecorator ;
62
62
63
63
/**
64
64
* Various utils, useful for unit tests.
You can’t perform that action at this time.
0 commit comments