Skip to content

Commit 7a3f988

Browse files
working on #204
1 parent ce6a2ef commit 7a3f988

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/main/java/org/woehlke/twitterwall/scheduled/service/persist/impl/CreatePersistentUrlImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ public Url createPersistentUrlFor(String url, Task task) {
7272
Url newUrl = new Url(task, null, displayUrl, urlCache.getExpanded(), urlCache.getUrl());
7373
log.debug(msg + " try to persist: " + newUrl.toString());
7474
newUrl = urlRepository.save(newUrl);
75-
//TODO: delete ?
7675
if ((!newUrl.isRawUrlsFromDescription()) && (!newUrl.isUrlAndExpandedTheSame())) {
7776
urlCacheRepository.delete(urlCache);
7877
}

src/test/java/org/woehlke/twitterwall/frontend/controller/LoginControllerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public void controllerIsPresentTest(){
3636
}
3737

3838

39-
//TODO:
39+
//TODO: #218 https://github.com/phasenraum2010/twitterwall2/issues/218
4040
@Commit
4141
@Test
4242
public void login() throws Exception {

src/test/java/org/woehlke/twitterwall/oodm/service/UserServiceTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ public void getNotYetFollower() throws Exception {
231231
}
232232

233233

234-
//TODO: add Assert
234+
//TODO: #219 https://github.com/phasenraum2010/twitterwall2/issues/219
235235
@Commit
236236
@Test
237237
public void getOnList() throws Exception {
@@ -244,7 +244,7 @@ public void getOnList() throws Exception {
244244
}
245245

246246

247-
//TODO: add Assert
247+
//TODO: #219 https://github.com/phasenraum2010/twitterwall2/issues/219
248248
@Commit
249249
@Test
250250
public void getNotYetOnList() throws Exception {

0 commit comments

Comments
 (0)