Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
3f67e7b8
Commit
3f67e7b8
authored
Apr 24, 2019
by
Piotr Gawron
Browse files
content of drugbank changed
parent
98495abf
Pipeline
#9922
passed with stage
in 20 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
annotation/src/test/java/lcsb/mapviewer/annotation/services/DrugbankHTMLParserTest.java
View file @
3f67e7b8
...
...
@@ -157,7 +157,6 @@ public class DrugbankHTMLParserTest extends AnnotationTestFunctions {
assertNotNull
(
drug
);
assertTrue
(
drug
.
getBrandNames
().
contains
(
"PK-Merz"
));
assertTrue
(
drug
.
getBrandNames
().
contains
(
"Symadine"
));
assertTrue
(
drug
.
getBrandNames
().
contains
(
"Symmetrel"
));
}
catch
(
Exception
e
)
{
e
.
printStackTrace
();
throw
e
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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