Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
5c5cb42d
Commit
5c5cb42d
authored
Mar 02, 2017
by
Peter van 't Hof
Browse files
fix compile error
parent
f8272b0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
sage/src/test/scala/nl/lumc/sasc/biopet/pipelines/sage/SageTest.scala
View file @
5c5cb42d
...
...
@@ -33,7 +33,7 @@ class SageTest extends TestNGSuite with Matchers {
new
Sage
()
{
override
def
configNamespace
=
"sage"
override
def
globalConfig
=
new
Config
(
ConfigUtils
.
mergeMaps
(
map
,
SageTest
.
config
)
)
override
def
globalConfig
=
new
Config
(
map
)
qSettings
=
new
QSettings
qSettings
.
runName
=
"test"
...
...
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