summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniil Fedotov <dfedotov@pivotal.io>2016-10-14 12:06:27 +0100
committerDaniil Fedotov <dfedotov@pivotal.io>2016-10-14 12:06:27 +0100
commit3769343e713d52a5a3cb6a9218686432831e06e4 (patch)
tree18fe0f1faf9e9e220bc0c8d091ab4e5913c47fa4 /test
parentb3064b4cc39a46528a53e334c7ae27fd73dfea9a (diff)
downloadrabbitmq-server-git-3769343e713d52a5a3cb6a9218686432831e06e4.tar.gz
Support x.y in plugin versioning
Diffstat (limited to 'test')
-rw-r--r--test/plugin_versioning_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugin_versioning_SUITE.erl b/test/plugin_versioning_SUITE.erl
index 7fcfe433e0..9c000557b8 100644
--- a/test/plugin_versioning_SUITE.erl
+++ b/test/plugin_versioning_SUITE.erl
@@ -76,7 +76,7 @@ version_support(_Config) ->
,{["3.5.2", "3.6.1", "3.7.1"], "3.5.1", false} %% lesser than the lower boundary
,{["3.5.2", "3.6.1", "3.7.1"], "3.6.2", true} %% 3.6.2 matches ~> 3.6.1
,{["3.5.2", "3.6.1", "3.6.8"], "3.6.2", true} %% 3.6.2 still matches ~> 3.6.1
- ,{["3.5", "3.6", "3.7"], "3.5.1", false} %% x.y values are not supported
+ ,{["3.5", "3.6", "3.7"], "3.5.1", true} %% x.y values equal to x.y.0
,{["3"], "3.5.1", false} %% x values are not supported
,{["3.5.2", "3.6.1"], "3.6.2.999", true} %% x.y.z.p values are supported
,{["3.5.2", "3.6.2.333"], "3.6.2.999", true} %% x.y.z.p values are supported