Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
d2ff5649
Commit
d2ff5649
authored
Jun 10, 2019
by
Greg Messner
Browse files
Removed duplicated test.
parent
861aca47
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test/java/org/gitlab4j/api/TestProjectApi.java
View file @
d2ff5649
...
@@ -441,12 +441,6 @@ public class TestProjectApi extends AbstractIntegrationTest {
...
@@ -441,12 +441,6 @@ public class TestProjectApi extends AbstractIntegrationTest {
assertTrue
(
Visibility
.
PUBLIC
==
newProject
.
getVisibility
()
||
Boolean
.
TRUE
==
newProject
.
getPublic
());
assertTrue
(
Visibility
.
PUBLIC
==
newProject
.
getVisibility
()
||
Boolean
.
TRUE
==
newProject
.
getPublic
());
}
}
@Test
public
void
testRemoveByDeleteParameterBased
()
throws
GitLabApiException
{
Project
project
=
gitLabApi
.
getProjectApi
().
getProject
(
TEST_NAMESPACE
,
TEST_PROJECT_NAME_2
);
gitLabApi
.
getProjectApi
().
deleteProject
(
project
);
}
@Test
@Test
public
void
testProjects
()
throws
GitLabApiException
{
public
void
testProjects
()
throws
GitLabApiException
{
List
<
Project
>
projects
=
gitLabApi
.
getProjectApi
().
getProjects
();
List
<
Project
>
projects
=
gitLabApi
.
getProjectApi
().
getProjects
();
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment