Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-12-05 22:10:38 +0000
committerSteffen Pingel2011-12-05 22:10:38 +0000
commit3dac4f8f714a378b38878adf017a8662cb583d3c (patch)
treec4c4d18bfd35f48eb70aaf1e71369b7645e56770 /org.eclipse.mylyn.commons.notifications.feed
parent8b5d5214bc61fa256165b94e349dc57def9da44d (diff)
downloadorg.eclipse.mylyn.commons-3dac4f8f714a378b38878adf017a8662cb583d3c.tar.gz
org.eclipse.mylyn.commons-3dac4f8f714a378b38878adf017a8662cb583d3c.tar.xz
org.eclipse.mylyn.commons-3dac4f8f714a378b38878adf017a8662cb583d3c.zip
RESOLVED - bug 361048: fix failing tests
https://bugs.eclipse.org/bugs/show_bug.cgi?id=361048 Change-Id: I9382f422c163805c41669261e1394ca1a7d15521
Diffstat (limited to 'org.eclipse.mylyn.commons.notifications.feed')
-rw-r--r--org.eclipse.mylyn.commons.notifications.feed/src/org/eclipse/mylyn/internal/commons/notifications/feed/FeedEntry.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.commons.notifications.feed/src/org/eclipse/mylyn/internal/commons/notifications/feed/FeedEntry.java b/org.eclipse.mylyn.commons.notifications.feed/src/org/eclipse/mylyn/internal/commons/notifications/feed/FeedEntry.java
index ff3eedca..c4e0304b 100644
--- a/org.eclipse.mylyn.commons.notifications.feed/src/org/eclipse/mylyn/internal/commons/notifications/feed/FeedEntry.java
+++ b/org.eclipse.mylyn.commons.notifications.feed/src/org/eclipse/mylyn/internal/commons/notifications/feed/FeedEntry.java
@@ -38,6 +38,7 @@ public class FeedEntry extends ServiceMessage {
}
setUrl(source.getLink());
setImage("dialog_messasge_info_image"); //$NON-NLS-1$
+ setDate(source.getPublishedDate());
}
public FeedEntry(String eventId) {

Back to the top