Skip to content
Snippets Groups Projects
Commit 55cfd1bc authored by srosse's avatar srosse
Browse files

no-jira: fix unit test

parent 51f375b5
No related branches found
No related tags found
No related merge requests found
...@@ -272,7 +272,7 @@ public class RepositoryEntryStatisticsDAOTest extends OlatTestCase { ...@@ -272,7 +272,7 @@ public class RepositoryEntryStatisticsDAOTest extends OlatTestCase {
if (i % 25 == 0 ) { if (i % 25 == 0 ) {
String displayName = "DisplayName" + i; String displayName = "DisplayName" + i;
String description = "Description" + i; String description = "Description" + i;
re = repositoryManager.setDescriptionAndName(re, displayName, null, description, null, null, null, null); re = repositoryManager.setDescriptionAndName(re, displayName, description, null, null, null, null, null);
assertEquals("Wrong displayName value", displayName, re.getDisplayname()); assertEquals("Wrong displayName value", displayName, re.getDisplayname());
assertEquals("Wrong description value", description, re.getDescription()); assertEquals("Wrong description value", description, re.getDescription());
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment