Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Removed dependence of slice order in test. #5318
Conversation
kat-co
added some commits
Apr 29, 2016
|
$$fixes-1576705$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Does not match ['fixes-1576509', 'fixes-1576527', 'fixes-1576313', 'fixes-1576368', 'fixes-1576021'] |
|
$$fixes-1576705$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 1497e01
into
juju:master
Apr 29, 2016
kat-co
deleted the
kat-co:fix-1576705-order-in-test
branch
Apr 29, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kat-co commentedApr 29, 2016
•
Edited 1 time
-
ericsnowcurrently
Apr 29, 2016
When given a map[interface{}][]interface{} jc.DeepEquals does not compare the slice in an order independent manner.
(Review request: http://reviews.vapour.ws/r/4744/)