commit b070ed0286206fcde36df5e0da39a227e2dfdb38
Author: Wang Muyu <email address hidden>
Date: Sun Aug 16 11:21:24 2015 -0400
Improve unit tests to succeed without hash tweak
PYTHONHASHSEED was set to 0 to disable hash randomization, because some
tests assertions were order sensitive. This commit is to improve the
assertions, so the PYTHONHASHSEED hack in tox.ini is not needed.
Reviewed: https:/ /review. openstack. org/214539 /git.openstack. org/cgit/ openstack/ heat/commit/ ?id=b070ed02862 06fcde36df5e0da 39a227e2dfdb38
Committed: https:/
Submitter: Jenkins
Branch: master
commit b070ed0286206fc de36df5e0da39a2 27e2dfdb38
Author: Wang Muyu <email address hidden>
Date: Sun Aug 16 11:21:24 2015 -0400
Improve unit tests to succeed without hash tweak
PYTHONHASHSEED was set to 0 to disable hash randomization, because some
tests assertions were order sensitive. This commit is to improve the
assertions, so the PYTHONHASHSEED hack in tox.ini is not needed.
Change-Id: I4ff09d202af818 d27321e8e83718e 82d0c48e3d2
Closes-Bug: 1348818