Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
grog-cubi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jean-Francois Leveque
2017-02-07 14:31:01 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
18908f81643cd1313b578cfc5972ee50529ad95b
18908f81
1 parent
ed5969c0
Simplification spécification de type
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/test/java/org/legrog/web/publisher/ListPublisherActionsViewTest.java
src/test/java/org/legrog/web/publisher/ListPublisherActionsViewTest.java
View file @
18908f8
...
...
@@ -72,7 +72,7 @@ public class ListPublisherActionsViewTest {
@Test
@DisplayName
(
"when publisher is set, should show only its actions"
)
public
void
testFilter
()
{
List
<
PublisherAction
>
publisherActions
=
new
ArrayList
<
PublisherAction
>();
List
<
PublisherAction
>
publisherActions
=
new
ArrayList
<>();
Publisher
publisher
=
new
Publisher
();
Publisher
publisher1
=
new
Publisher
();
...
...
Please
register
or
login
to post a comment