Skip to content

Commit

Permalink
Merge pull request Azure#116 from gcheng/unittestfix
Browse files Browse the repository at this point in the history
fix a unit test failure for topic info.
  • Loading branch information
Albert Cheng committed May 3, 2013
2 parents aa66c8a + bca8eae commit 7c6b2b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ public TopicInfo setUpdatedAt(Calendar updatedAt) {
* @return A <code>Calendar</code> object which represents when the topic was updated.
*/
public Calendar getUpdatedAt() {
return getModel().getCreatedAt();
return getModel().getUpdatedAt();
}

/**
Expand Down

0 comments on commit 7c6b2b9

Please sign in to comment.