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
43
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
a75c0553
Commit
a75c0553
authored
2 years ago
by
Eduard Frankford
Browse files
Options
Downloads
Patches
Plain Diff
change default exercise id
parent
9131359c
2 merge requests
!188
Merging Peer Reviewing et. al to Master
,
!164
211 peer reviewing functionality
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/java/at/ac/uibk/gitsearch/web/rest/StatisticsResourceIT.java
+2
-1
2 additions, 1 deletion
...a/at/ac/uibk/gitsearch/web/rest/StatisticsResourceIT.java
with
2 additions
and
1 deletion
src/test/java/at/ac/uibk/gitsearch/web/rest/StatisticsResourceIT.java
+
2
−
1
View file @
a75c0553
...
...
@@ -30,6 +30,7 @@ import java.util.concurrent.TimeUnit;
import
javax.persistence.EntityManager
;
import
org.elasticsearch.node.NodeValidationException
;
import
org.junit.jupiter.api.AfterAll
;
import
org.junit.jupiter.api.BeforeAll
;
import
org.junit.jupiter.api.BeforeEach
;
import
org.junit.jupiter.api.Test
;
import
org.junit.jupiter.api.Timeout
;
...
...
@@ -60,7 +61,7 @@ public class StatisticsResourceIT {
private
static
final
Integer
DEFAULT_DOWNLOADS
=
1
;
private
static
final
Integer
UPDATED_DOWNLOADS
=
2
;
private
static
final
String
DEFAULT_EXERCISE_ID
=
"
1
"
;
private
static
final
String
DEFAULT_EXERCISE_ID
=
"
999
"
;
final
String
publicGitLabProjectId
=
"3"
;
...
...
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