Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
0a00c60e
Commit
0a00c60e
authored
Jul 09, 2020
by
Piotr Gawron
Browse files
unit test fixed
parent
b4c49de5
Pipeline
#29639
passed with stage
in 14 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
web/src/test/java/lcsb/mapviewer/web/ControllerIntegrationTest.java
View file @
0a00c60e
...
...
@@ -384,13 +384,8 @@ abstract public class ControllerIntegrationTest {
map
.
setTileSize
(
256
);
map
.
setWidth
(
100
);
map
.
setHeight
(
100
);
Element
element
=
new
Generic
Protein
(
"p1"
);
Element
element
=
create
Protein
();
element
.
setName
(
"PTI"
);
element
.
setWidth
(
100.0
);
element
.
setHeight
(
20.0
);
element
.
setX
(
10
);
element
.
setX
(
20
);
element
.
setZ
(
2
);
map
.
addElement
(
element
);
project
.
addModel
(
map
);
...
...
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