Skip to content

Commit 95bfe50

Browse files
committed
test: remove tests for CountryServiceImpl class
The following issue won't be fixed: Closes #827 Closes #1630 Part of #1668
1 parent 399cbbd commit 95bfe50

File tree

2 files changed

+0
-532
lines changed

2 files changed

+0
-532
lines changed

src/main/java/ru/mystamps/web/feature/country/CountryServiceImpl.java

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

94-
// @todo #819 CountryServiceImpl.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 countryDao.findAllAsLinkEntities(lang);
116115
}
117116

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

0 commit comments

Comments
 (0)