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
00ce69cf
Commit
00ce69cf
authored
2 years ago
by
Johannes Kainz
Browse files
Options
Downloads
Patches
Plain Diff
corrected wrong method call
parent
e2484ea9
2 merge requests
!120
Bringing monitoring to production
,
!100
Monitoring
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/java/at/ac/uibk/gitsearch/service/SearchServiceIT.java
+1
-1
1 addition, 1 deletion
...st/java/at/ac/uibk/gitsearch/service/SearchServiceIT.java
with
1 addition
and
1 deletion
src/test/java/at/ac/uibk/gitsearch/service/SearchServiceIT.java
+
1
−
1
View file @
00ce69cf
...
...
@@ -380,7 +380,7 @@ public class SearchServiceIT {
@Test
@WithAnonymousUser
public
void
testSearchAll
()
throws
IOException
{
SearchResultsDTO
searchResults
=
searchService
.
searchAll
();
SearchResultsDTO
searchResults
=
searchService
.
searchAll
PublicResults
();
Assert
.
assertTrue
(
"At least one hit?"
,
searchResults
.
getSearchResult
().
size
()
>=
1
);
Assert
.
assertEquals
(
"We start at 0"
,
0
,
searchResults
.
getPageStartIndex
());
...
...
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