Skip to content

Commit 399cbbd

Browse files
committed
test: remove tests for CategoryServiceImpl class
The following issue won't be fixed: Closes #825 Closes #1629 Part of #1668
1 parent 38a1263 commit 399cbbd

File tree

2 files changed

+0
-523
lines changed

2 files changed

+0
-523
lines changed

src/main/java/ru/mystamps/web/feature/category/CategoryServiceImpl.java

-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ public List<Integer> findIdsByNames(List<String> names) {
9191
return categoryDao.findIdsByNames(lowerCasesNames);
9292
}
9393

94-
// @todo #819 CategoryServiceImpl.findIdsWhenNameStartsWith(): add unit test for converting to lower case
9594
@Override
9695
@Transactional(readOnly = true)
9796
public List<Integer> findIdsWhenNameStartsWith(String name) {
@@ -115,7 +114,6 @@ public List<LinkEntityDto> findAllAsLinkEntities(String lang) {
115114
return categoryDao.findAllAsLinkEntities(lang);
116115
}
117116

118-
// @todo #1605 CategoryService.findAllForSitemap(): add unit test
119117
@Override
120118
@Transactional(readOnly = true)
121119
public List<SitemapInfoDto> findAllForSitemap() {

0 commit comments

Comments
 (0)