Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
Bio-Imaging
MosaicSuite
Commits
c20fbcdf
Commit
c20fbcdf
authored
Sep 06, 2018
by
Krzysztof Gonciarz
Browse files
Test fix
parent
6efbfb6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test/java/mosaic/test/framework/CommonBase.java
View file @
c20fbcdf
...
...
@@ -140,7 +140,8 @@ public class CommonBase extends Info {
logger
.
debug
(
"Loading image for testing: ["
+
tmpPath
+
aInputFile
+
"]"
);
final
ImagePlus
ip
=
loadImagePlus
(
tmpPath
+
aInputFile
);
logger
.
debug
(
"Testing plugin"
);
WindowManager
.
setTempCurrentImage
(
ip
);
// WindowManager.setTempCurrentImage(ip);
Interpreter
.
addBatchModeImage
(
ip
);
}
// Change name of thread to begin with "Run$_". This is required by IJ to pass later
new
PlugInFilterRunner
(
aTestedPlugin
,
"pluginTest"
,
aSetupArg
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment