Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
biopet.biopet
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirrors
biopet.biopet
Commits
094de5f1
Commit
094de5f1
authored
9 years ago
by
Peter van 't Hof
Browse files
Options
Downloads
Patches
Plain Diff
Fixed tests on OSX
parent
3d022abb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/biopet-core/src/test/scala/nl/lumc/sasc/biopet/core/summary/WriteSummaryTest.scala
+3
-3
3 additions, 3 deletions
...a/nl/lumc/sasc/biopet/core/summary/WriteSummaryTest.scala
with
3 additions
and
3 deletions
public/biopet-core/src/test/scala/nl/lumc/sasc/biopet/core/summary/WriteSummaryTest.scala
+
3
−
3
View file @
094de5f1
...
...
@@ -197,7 +197,7 @@ class WriteSummaryTest extends TestNGSuite with Matchers {
object
WriteSummaryTest
{
def
makeWriter
(
root
:
Configurable
,
c
:
Map
[
String
,
Any
]
=
Map
())
=
new
WriteSummary
(
root
)
{
override
def
globalConfig
=
new
Config
(
c
)
override
def
globalConfig
=
new
Config
(
c
+
(
"exe"
->
"test"
)
)
override
def
outputs
=
Seq
()
override
def
inputs
=
Seq
()
qSettings
=
new
QSettings
{
...
...
@@ -238,7 +238,7 @@ object WriteSummaryTest {
libId
=
l
summaryName
=
"test"
outputDir
=
new
File
(
"."
).
getAbsoluteFile
override
def
globalConfig
=
new
Config
(
c
)
override
def
globalConfig
=
new
Config
(
c
+
(
"exe"
->
"test"
)
)
def
summarySettings
:
Map
[
String
,
Any
]
=
settings
def
summaryFiles
:
Map
[
String
,
File
]
=
files
val
tempFile
=
File
.
createTempFile
(
"summary"
,
".json"
)
...
...
@@ -256,7 +256,7 @@ object WriteSummaryTest {
new
MultiSampleQScript
with
QScript
{
summaryName
=
"test"
outputDir
=
new
File
(
"."
).
getAbsoluteFile
override
def
globalConfig
=
new
Config
(
c
)
override
def
globalConfig
=
new
Config
(
c
+
(
"exe"
->
"test"
)
)
def
summarySettings
:
Map
[
String
,
Any
]
=
settings
def
summaryFiles
:
Map
[
String
,
File
]
=
files
val
tempFile
=
File
.
createTempFile
(
"summary"
,
".json"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment