Upgrades to Beego v1.8.0

This commit is contained in:
Deluan 2017-04-01 10:59:31 -04:00
parent 29519fe22f
commit 7202f618fe
3 changed files with 56 additions and 49 deletions

View file

@ -93,7 +93,7 @@ func TestGetIndexes(t *testing.T) {
So(UnindentJSON(w.Body.Bytes()), ShouldContainSubstring, emptyResponse) So(UnindentJSON(w.Body.Bytes()), ShouldContainSubstring, emptyResponse)
}) })
Convey("And it should return empty if 'ifModifiedSince' is the asme as tie index last update", func() { Convey("And it should return empty if 'ifModifiedSince' is the same as the index last update", func() {
mockRepo.SetData(`[{"Id": "A","Artists": [ mockRepo.SetData(`[{"Id": "A","Artists": [
{"ArtistId": "21", "Artist": "Afrolicious"} {"ArtistId": "21", "Artist": "Afrolicious"}
]}]`, 2) ]}]`, 2)

View file

@ -4,6 +4,7 @@ import (
"os" "os"
"path/filepath" "path/filepath"
"runtime" "runtime"
"sync"
"testing" "testing"
"github.com/astaxie/beego" "github.com/astaxie/beego"
@ -11,15 +12,21 @@ import (
"github.com/cloudsonic/sonic-server/utils" "github.com/cloudsonic/sonic-server/utils"
) )
var initSync sync.Once
func Init(t *testing.T, skipOnShort bool) { func Init(t *testing.T, skipOnShort bool) {
conf.LoadFromFile("../tests/sonic-test.toml")
if skipOnShort && testing.Short() { if skipOnShort && testing.Short() {
t.Skip("skipping test in short mode.") t.Skip("skipping test in short mode.")
} }
_, file, _, _ := runtime.Caller(0) _, file, _, _ := runtime.Caller(0)
appPath, _ := filepath.Abs(filepath.Join(filepath.Dir(file), "..")) appPath, _ := filepath.Abs(filepath.Join(filepath.Dir(file), ".."))
beego.TestBeegoInit(appPath) confPath, _ := filepath.Abs(filepath.Join(appPath, "tests", "sonic-test.toml"))
conf.LoadFromFile(confPath)
initSync.Do(func() {
beego.TestBeegoInit(appPath)
})
noLog := os.Getenv("NOLOG") noLog := os.Getenv("NOLOG")
if noLog != "" { if noLog != "" {

90
vendor/vendor.json vendored
View file

@ -9,76 +9,76 @@
"revisionTime": "2016-03-09T02:19:12Z" "revisionTime": "2016-03-09T02:19:12Z"
}, },
{ {
"checksumSHA1": "g88lXw8/tNLPuUbIkPfLy14cvro=", "checksumSHA1": "2otmKRoQSKacroMbiWkrnUCr0JI=",
"path": "github.com/astaxie/beego", "path": "github.com/astaxie/beego",
"revision": "92d0b9ae95662d04e1d32eeffa52b4697b01ae37", "revision": "323a1c4214101331a4b71922c23d19b7409ac71f",
"revisionTime": "2016-01-17T16:22:31Z", "revisionTime": "2017-03-06T13:59:04Z",
"version": "v1.6.0", "version": "=v1.8.0",
"versionExact": "v1.6.0" "versionExact": "v1.8.0"
}, },
{ {
"checksumSHA1": "rQn8zl27p0XLUUI0UCWdQs7WmYY=", "checksumSHA1": "YNG2jEVIFD/0lKglDH3HkXBA1oo=",
"path": "github.com/astaxie/beego/config", "path": "github.com/astaxie/beego/config",
"revision": "92d0b9ae95662d04e1d32eeffa52b4697b01ae37", "revision": "323a1c4214101331a4b71922c23d19b7409ac71f",
"revisionTime": "2016-01-17T16:22:31Z", "revisionTime": "2017-03-06T13:59:04Z",
"version": "v1.6.0", "version": "=v1.8.0",
"versionExact": "v1.6.0" "versionExact": "v1.8.0"
}, },
{ {
"checksumSHA1": "CqTJyI2ZtKkC6KnYY5QsDkk47T8=", "checksumSHA1": "wd4Mf8As2xBLT+/Q41fcqnN9kLs=",
"path": "github.com/astaxie/beego/context", "path": "github.com/astaxie/beego/context",
"revision": "92d0b9ae95662d04e1d32eeffa52b4697b01ae37", "revision": "323a1c4214101331a4b71922c23d19b7409ac71f",
"revisionTime": "2016-01-17T16:22:31Z", "revisionTime": "2017-03-06T13:59:04Z",
"version": "v1.6.0", "version": "=v1.8.0",
"versionExact": "v1.6.0" "versionExact": "v1.8.0"
}, },
{ {
"checksumSHA1": "7hA38bO7ntELUuMQ7svkw77H6wo=", "checksumSHA1": "O2+lFXZZioy6VFEAmId67eyVKWo=",
"path": "github.com/astaxie/beego/grace", "path": "github.com/astaxie/beego/grace",
"revision": "92d0b9ae95662d04e1d32eeffa52b4697b01ae37", "revision": "323a1c4214101331a4b71922c23d19b7409ac71f",
"revisionTime": "2016-01-17T16:22:31Z", "revisionTime": "2017-03-06T13:59:04Z",
"version": "v1.6.0", "version": "=v1.8.0",
"versionExact": "v1.6.0" "versionExact": "v1.8.0"
}, },
{ {
"checksumSHA1": "e/ixIxO/URZioWyukzSWRWRV1xs=", "checksumSHA1": "cNkTEA618ZjfoGplBhuLzXrNIWg=",
"path": "github.com/astaxie/beego/logs", "path": "github.com/astaxie/beego/logs",
"revision": "92d0b9ae95662d04e1d32eeffa52b4697b01ae37", "revision": "323a1c4214101331a4b71922c23d19b7409ac71f",
"revisionTime": "2016-01-17T16:22:31Z", "revisionTime": "2017-03-06T13:59:04Z",
"version": "v1.6.0", "version": "=v1.8.0",
"versionExact": "v1.6.0" "versionExact": "v1.8.0"
}, },
{ {
"checksumSHA1": "AYMeViKKF6IVaSnPD0b5bMVhrFY=", "checksumSHA1": "dXvvTC4ePe3mebX2nOoJcLKJwnc=",
"path": "github.com/astaxie/beego/plugins/cors", "path": "github.com/astaxie/beego/plugins/cors",
"revision": "92d0b9ae95662d04e1d32eeffa52b4697b01ae37", "revision": "323a1c4214101331a4b71922c23d19b7409ac71f",
"revisionTime": "2016-01-17T16:22:31Z", "revisionTime": "2017-03-06T13:59:04Z",
"version": "v1.6.0", "version": "=v1.8.0",
"versionExact": "v1.6.0" "versionExact": "v1.8.0"
}, },
{ {
"checksumSHA1": "m5xWZpWkkoYHZsLNukJYXI/xwQ8=", "checksumSHA1": "K5wG01CX2TKm+a+qKYxdfotSTKM=",
"path": "github.com/astaxie/beego/session", "path": "github.com/astaxie/beego/session",
"revision": "92d0b9ae95662d04e1d32eeffa52b4697b01ae37", "revision": "323a1c4214101331a4b71922c23d19b7409ac71f",
"revisionTime": "2016-01-17T16:22:31Z", "revisionTime": "2017-03-06T13:59:04Z",
"version": "v1.6.0", "version": "=v1.8.0",
"versionExact": "v1.6.0" "versionExact": "v1.8.0"
}, },
{ {
"checksumSHA1": "Mu2lA5Jq0tRk9MjhWllyzcJD6KU=", "checksumSHA1": "pP5Hj63keKtOQWl/3fyoF0TxeDk=",
"path": "github.com/astaxie/beego/toolbox", "path": "github.com/astaxie/beego/toolbox",
"revision": "92d0b9ae95662d04e1d32eeffa52b4697b01ae37", "revision": "323a1c4214101331a4b71922c23d19b7409ac71f",
"revisionTime": "2016-01-17T16:22:31Z", "revisionTime": "2017-03-06T13:59:04Z",
"version": "v1.6.0", "version": "=v1.8.0",
"versionExact": "v1.6.0" "versionExact": "v1.8.0"
}, },
{ {
"checksumSHA1": "liO1EDN3Es5s8iswsyoYiG8YJ5s=", "checksumSHA1": "epd3Y7nD7QVzTW0ppwK+q4pKo/4=",
"path": "github.com/astaxie/beego/utils", "path": "github.com/astaxie/beego/utils",
"revision": "92d0b9ae95662d04e1d32eeffa52b4697b01ae37", "revision": "323a1c4214101331a4b71922c23d19b7409ac71f",
"revisionTime": "2016-01-17T16:22:31Z", "revisionTime": "2017-03-06T13:59:04Z",
"version": "v1.6.0", "version": "=v1.8.0",
"versionExact": "v1.6.0" "versionExact": "v1.8.0"
}, },
{ {
"checksumSHA1": "H57oqpzRpxtzb0xoPbhWYEy9KSA=", "checksumSHA1": "H57oqpzRpxtzb0xoPbhWYEy9KSA=",