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
memoriav
Memobase 2020
services
postprocessing
Media Converter
Commits
2dfa7bd3
Unverified
Commit
2dfa7bd3
authored
Sep 10, 2020
by
Sebastian Schüpbach
Browse files
name audioSnippetDuration property explicitly
Signed-off-by:
Sebastian Schüpbach
<
sebastian.schuepbach@unibas.ch
>
parent
8e392aa6
Pipeline
#14084
passed with stages
in 11 minutes and 14 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/main/scala/ch/memobase/App.scala
View file @
2dfa7bd3
...
...
@@ -33,6 +33,7 @@ object App extends scala.App with Logging {
"audioSinkDir"
,
"imageSinkDir"
,
"videoSinkDir"
,
"audioSnippetDuration"
,
"internalBaseUrl"
,
"externalBaseUrl"
,
"fedoraUser"
,
...
...
src/test/scala/ch/memobase/DisseminationCopyHandlerTest.scala
View file @
2dfa7bd3
...
...
@@ -70,6 +70,7 @@ class DisseminationCopyHandlerTest extends AnyFunSuite with BeforeAndAfter {
val
testSnippetFile
=
Files
.
createFile
(
Paths
.
get
(
f
.
resPath
,
"test-intro.mp3"
))
f
.
fileHandler
.
deleteAudioCopy
(
"test"
)
assert
(!
testFile
.
toFile
.
exists
())
assert
(!
testSnippetFile
.
toFile
.
exists
())
}
/**
...
...
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