Merge pull request #1521 from xuwei-k/test-MySQL-version

update MySQL v5_7_latest in test
This commit is contained in:
Naoki Takezoe
2017-04-02 16:35:15 +09:00
committed by GitHub

View File

@@ -29,7 +29,7 @@ class GitBucketCoreModuleSpec extends FunSuite {
}
test("Migration MySQL", ExternalDBTest){
val config = aMysqldConfig(v5_7_10)
val config = aMysqldConfig(v5_7_latest)
.withPort(3306)
.withUser("sa", "sa")
.withCharset(Charset.UTF8)