This is the codeAbility Sharing Platform! Learn more about the
codeAbility Sharing Platform
.
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
codeAbility Sharing Platform
Manage
Activity
Members
Labels
Plan
Issues
41
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
development
sharing
codeAbility Sharing Platform
Commits
ab130dff
Commit
ab130dff
authored
1 year ago
by
Michael Breu
Browse files
Options
Downloads
Patches
Plain Diff
prettier
parent
4cbec5eb
1 merge request
!222
Bringing the december release into production
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/java/at/ac/uibk/gitsearch/service/vocabulary/VocabularyServiceTest.java
+1
-4
1 addition, 4 deletions
...k/gitsearch/service/vocabulary/VocabularyServiceTest.java
with
1 addition
and
4 deletions
src/test/java/at/ac/uibk/gitsearch/service/vocabulary/VocabularyServiceTest.java
+
1
−
4
View file @
ab130dff
...
...
@@ -18,12 +18,10 @@ import at.ac.uibk.gitsearch.service.vocabulary.VocabularyService.AlternativesPro
import
at.ac.uibk.gitsearch.service.vocabulary.VocabularyService.ValidationResultDTO
;
import
at.ac.uibk.gitsearch.service.vocabulary.VocabularyService.VocabularyServiceConfig
;
import
at.ac.uibk.gitsearch.service.vocabulary.VocabularyService.VocabularyServiceConfig.VocabularySetting
;
import
com.fasterxml.jackson.core.exc.StreamReadException
;
import
com.fasterxml.jackson.databind.DatabindException
;
import
com.fasterxml.jackson.databind.ObjectMapper
;
import
com.fasterxml.jackson.dataformat.yaml.YAMLFactory
;
import
java.io.IOException
;
import
java.io.InputStream
;
import
java.net.URI
;
...
...
@@ -33,7 +31,6 @@ import java.util.List;
import
java.util.Map
;
import
java.util.Optional
;
import
java.util.stream.Stream
;
import
org.assertj.core.data.Offset
;
import
org.codeability.sharing.plugins.api.search.UserProvidedMetadataDTO
;
import
org.junit.Assert
;
...
...
@@ -250,7 +247,7 @@ class VocabularyServiceTest {
List
<
Arguments
>
testData
=
List
.
of
(
Arguments
.
of
(
"testMetaDataWrongDifficulty.yaml"
,
List
.
of
(
"The field difficulty contains an invalid entry 'advancedX'."
),
List
.
of
(
"The field difficulty contains an invalid entry 'advancedX'."
),
Collections
.
emptyList
()
),
Arguments
.
of
(
"testMetaDataCorrect.yaml"
,
Collections
.
emptyList
(),
Collections
.
emptyList
()),
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment