commit | a280b06dd9c674a00f2029fc164335610de4737d | [log] [tgz] |
---|---|---|
author | Robert Kuska <[email protected]> | Thu Jul 16 13:48:21 2015 +0200 |
committer | Stephen Smalley <[email protected]> | Thu Jul 16 13:06:03 2015 -0400 |
tree | 18777a262ab9dcd0a77efffcff62b63024454623 | |
parent | a9fb9053f7297622175c63e924b7427eafbaa1eb [diff] |
sepolgen: Edit tests so they pass even on Python3 where hash is random. By default in Python3 hash uses random seed as salt, this leads to different order in output from functions which rely on hash as are dicts and sets. Tests in sepolgen relied on the frozen order. Signed-off-by: Robert Kuska <[email protected]>