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
20ec2cee
Commit
20ec2cee
authored
1 year ago
by
Michael Breu
Browse files
Options
Downloads
Patches
Plain Diff
Fixing Tests
parent
6e9772eb
1 merge request
!211
Merge new meta data indexing
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/java/at/ac/uibk/gitsearch/service/UserWatchListServiceIT.java
+2
-2
2 additions, 2 deletions
.../at/ac/uibk/gitsearch/service/UserWatchListServiceIT.java
with
2 additions
and
2 deletions
src/test/java/at/ac/uibk/gitsearch/service/UserWatchListServiceIT.java
+
2
−
2
View file @
20ec2cee
...
...
@@ -10,6 +10,7 @@ import at.ac.uibk.gitsearch.domain.enumeration.CheckFrequency;
import
at.ac.uibk.gitsearch.repository.jpa.UserWatchListRepository
;
import
at.ac.uibk.gitsearch.repository.search.testESService.ElasticSearchTestConfiguration
;
import
at.ac.uibk.gitsearch.service.dto.AdminUserDTO
;
import
java.io.IOException
;
import
java.time.Instant
;
import
java.time.LocalDateTime
;
...
...
@@ -18,6 +19,7 @@ import java.util.HashSet;
import
java.util.Map
;
import
java.util.Optional
;
import
java.util.concurrent.TimeUnit
;
import
org.codeability.sharing.plugins.api.search.SearchResultDTO
;
import
org.elasticsearch.node.NodeValidationException
;
import
org.junit.jupiter.api.AfterAll
;
...
...
@@ -26,7 +28,6 @@ import org.junit.jupiter.api.Test;
import
org.junit.jupiter.api.Timeout
;
import
org.mockito.Mock
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.boot.test.autoconfigure.core.AutoConfigureCache
;
import
org.springframework.boot.test.context.SpringBootTest
;
import
org.springframework.data.auditing.DateTimeProvider
;
import
org.springframework.transaction.annotation.Transactional
;
...
...
@@ -36,7 +37,6 @@ import org.springframework.transaction.annotation.Transactional;
*/
@SpringBootTest
(
classes
=
GitsearchApp
.
class
)
@Transactional
@AutoConfigureCache
public
class
UserWatchListServiceIT
{
private
static
final
String
DEFAULT_LOGIN
=
"johndoe"
;
...
...
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