]> source.dussan.org Git - sonarqube.git/commit
Fix instability of ClusterHealthTest#hashcode_is_based_on_content()
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 3 Oct 2017 08:42:36 +0000 (10:42 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 3 Oct 2017 10:27:08 +0000 (12:27 +0200)
commitc193d4deb5b7a1987e5e9531ff2c20d83e7c970b
treec6ae6ff2d660bb15f2b0f3ef1ec8c3aa159a3ded
parent879d4202c79764a5bdbce8577efd2049f2e3af17
Fix instability of ClusterHealthTest#hashcode_is_based_on_content()

Two different objects can have the same hashCode.
server/sonar-server/src/test/java/org/sonar/server/health/ClusterHealthTest.java