Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Queue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
Queue
Merge requests
!449
Add database-platform setting to PostgreSQL test setup
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Add database-platform setting to PostgreSQL test setup
fix-postgresql-tests
into
development
Overview
0
Commits
1
Pipelines
0
Changes
6
Merged
Add database-platform setting to PostgreSQL test setup
Chris Lemaire
requested to merge
fix-postgresql-tests
into
development
Aug 11, 2021
Overview
0
Commits
1
Pipelines
0
Changes
6
Make sure to read our
contributing guide
0
0
Merge request reports
Compare
development
version 7
5d65658e
Aug 11, 2021
version 6
ba76313c
Aug 11, 2021
version 5
7a033a79
Aug 11, 2021
version 4
43f2a6c6
Aug 11, 2021
version 3
c6115393
Aug 11, 2021
version 2
5918ac42
Aug 11, 2021
version 1
3f67d3c8
Aug 11, 2021
development (base)
and
latest version
latest version
ccef569f
1 commit,
Aug 11, 2021
version 7
5d65658e
1 commit,
Aug 11, 2021
version 6
ba76313c
1 commit,
Aug 11, 2021
version 5
7a033a79
1 commit,
Aug 11, 2021
version 4
43f2a6c6
1 commit,
Aug 11, 2021
version 3
c6115393
1 commit,
Aug 11, 2021
version 2
5918ac42
1 commit,
Aug 11, 2021
version 1
3f67d3c8
1 commit,
Aug 11, 2021
6 files
+
13
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
src/test/java/nl/tudelft/queue/service/EditionStatusServiceTest.java
+
2
−
3
View file @ ccef569f
Edit in single-file editor
Open in Web IDE
Show full file
@@ -50,9 +50,8 @@ public class EditionStatusServiceTest {
private
Request
r2
;
private
Request
r3
;
private
@BeforeEach
void
setUp
()
{
@BeforeEach
void
setUp
()
{
PersonSummaryDTO
ta1
=
new
PersonSummaryDTO
().
id
(
0L
).
username
(
"user1"
).
displayName
(
"User 1"
);
PersonSummaryDTO
ta2
=
new
PersonSummaryDTO
().
id
(
1L
).
username
(
"user2"
).
displayName
(
"User 2"
);
Loading