From 2a3e4af0820036d8cd5a66857b28b05056d8fa63 Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Sun, 2 Apr 2017 15:58:38 +0900 Subject: [PATCH] update MySQL v5_7_latest in test v5_7_10 does not work Sierra https://github.com/wix/wix-embedded-mysql/blob/wix-embedded-mysql-2.1.4/src/main/java/com/wix/mysql/distribution/Version.java#L86 --- src/test/scala/gitbucket/core/GitBucketCoreModuleSpec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/scala/gitbucket/core/GitBucketCoreModuleSpec.scala b/src/test/scala/gitbucket/core/GitBucketCoreModuleSpec.scala index 8f2d7c70c..449e8db85 100644 --- a/src/test/scala/gitbucket/core/GitBucketCoreModuleSpec.scala +++ b/src/test/scala/gitbucket/core/GitBucketCoreModuleSpec.scala @@ -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)