Commit f6dd3f4
committed
Verify that bare .java 'scripts' find all dependencies
... even when run via surefire...
To that end, we piggy-back on the already existing test for bare .java
"scripts": as scijava-common is a dependency of scripting-java, let's
just use one of scijava-common's utility classes in the bare .java
"script". That way, the test will only pass when scijava-common's class
is found on the compiler class path.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent def5f24 commit f6dd3f4
File tree
1 file changed
+2
-0
lines changed- src/test/java/org/scijava/plugins/scripting/java
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
142 | 143 | | |
143 | 144 | | |
| 145 | + | |
144 | 146 | | |
145 | 147 | | |
146 | 148 | | |
| |||
0 commit comments