Этот коммит содержится в:
Chris
2017-09-06 17:12:54 -05:00
коммит произвёл GitHub
родитель b84bd21089
Коммит 1adfd0e9be
178 изменённых файлов: 2919 добавлений и 2806 удалений

Просмотреть файл

@@ -4,8 +4,9 @@
package store
import (
"github.com/mattermost/platform/model"
"testing"
"github.com/mattermost/platform/model"
)
func TestCommandStoreSave(t *testing.T) {

Просмотреть файл

@@ -4,9 +4,10 @@
package store
import (
"github.com/mattermost/platform/model"
"testing"
"time"
"github.com/mattermost/platform/model"
)
func TestSqlComplianceStore(t *testing.T) {

Просмотреть файл

@@ -4,9 +4,10 @@
package store
import (
"github.com/mattermost/platform/model"
"testing"
"time"
"github.com/mattermost/platform/model"
)
func TestEmojiSaveDelete(t *testing.T) {

Просмотреть файл

@@ -6,8 +6,9 @@ package store
import (
"testing"
"github.com/mattermost/platform/model"
"time"
"github.com/mattermost/platform/model"
)
func TestJobSaveGet(t *testing.T) {
@@ -17,7 +18,7 @@ func TestJobSaveGet(t *testing.T) {
Id: model.NewId(),
Type: model.NewId(),
Status: model.NewId(),
Data: map[string]string{
Data: map[string]string{
"Processed": "0",
"Total": "12345",
"LastProcessed": "abcd",
@@ -187,7 +188,7 @@ func TestJobGetAllByStatus(t *testing.T) {
Type: jobType,
CreateAt: 1000,
Status: status,
Data: map[string]string{
Data: map[string]string{
"test": "data",
},
},

Просмотреть файл

@@ -4,8 +4,9 @@
package store
import (
"github.com/mattermost/platform/model"
"testing"
"github.com/mattermost/platform/model"
)
func TestLicenseStoreSave(t *testing.T) {

Просмотреть файл

@@ -4,8 +4,9 @@
package store
import (
"github.com/mattermost/platform/model"
"testing"
"github.com/mattermost/platform/model"
)
func TestOAuthStoreSaveApp(t *testing.T) {

Просмотреть файл

@@ -4,8 +4,9 @@
package store
import (
"github.com/mattermost/platform/model"
"testing"
"github.com/mattermost/platform/model"
)
func TestSessionStoreSave(t *testing.T) {