From 8bd50724a687d6d58f3373ac009d654666f15860 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Tue, 3 Jan 2017 09:39:29 -0500 Subject: Remove TODOs that now have tickets (#4935) --- api/post_test.go | 1 - api/websocket_test.go | 1 - webapp/components/post_view/components/post_list.jsx | 1 - 3 files changed, 3 deletions(-) diff --git a/api/post_test.go b/api/post_test.go index eb01195db..509432a25 100644 --- a/api/post_test.go +++ b/api/post_test.go @@ -1323,7 +1323,6 @@ func TestGetFileInfosForPost(t *testing.T) { } } -// TODO: Needs to be vastly fleshed out func TestSendNotifications(t *testing.T) { th := Setup().InitBasic() Client := th.BasicClient diff --git a/api/websocket_test.go b/api/websocket_test.go index 7af2d2113..d7dbf1561 100644 --- a/api/websocket_test.go +++ b/api/websocket_test.go @@ -13,7 +13,6 @@ import ( "github.com/mattermost/platform/model" ) -// XXX FIXME /*func TestWebSocketAuthentication(t *testing.T) { th := Setup().InitBasic() WebSocketClient, err := th.CreateWebSocketClient() diff --git a/webapp/components/post_view/components/post_list.jsx b/webapp/components/post_view/components/post_list.jsx index 516487eaf..29358122b 100644 --- a/webapp/components/post_view/components/post_list.jsx +++ b/webapp/components/post_view/components/post_list.jsx @@ -68,7 +68,6 @@ export default class PostList extends React.Component { } componentWillReceiveProps(nextProps) { - // TODO: Clean-up intro text creation if (this.props.channel && this.props.channel.type === Constants.DM_CHANNEL) { const teammateId = Utils.getUserIdFromChannelName(this.props.channel); if (!this.props.profiles[teammateId] && nextProps.profiles[teammateId]) { -- cgit v1.2.3-1-g7c22