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
f779d72f
Commit
f779d72f
authored
Aug 08, 2018
by
Krzysztof Gonciarz
Browse files
removed showing IP in test
parent
55cad709
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test/java/mosaic/test/framework/CommonBase.java
View file @
f779d72f
...
@@ -139,7 +139,6 @@ public class CommonBase extends Info {
...
@@ -139,7 +139,6 @@ public class CommonBase extends Info {
if
(
aInputFile
!=
null
)
{
if
(
aInputFile
!=
null
)
{
logger
.
debug
(
"Loading image for testing: ["
+
tmpPath
+
aInputFile
+
"]"
);
logger
.
debug
(
"Loading image for testing: ["
+
tmpPath
+
aInputFile
+
"]"
);
final
ImagePlus
ip
=
loadImagePlus
(
tmpPath
+
aInputFile
);
final
ImagePlus
ip
=
loadImagePlus
(
tmpPath
+
aInputFile
);
ip
.
show
();
logger
.
debug
(
"Testing plugin"
);
logger
.
debug
(
"Testing plugin"
);
WindowManager
.
setTempCurrentImage
(
ip
);
WindowManager
.
setTempCurrentImage
(
ip
);
}
}
...
...
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