commit | 9e294c4b347ddefacec54136354d7762eefb0af4 | [log] [tgz] |
---|---|---|
author | ghanshyam <ghanshyammann@gmail.com> | Thu Jan 12 06:52:41 2017 +0000 |
committer | ghanshyam <ghanshyam.mann@nectechnologies.in> | Fri Jan 13 10:17:09 2017 +0000 |
tree | 037f36d251f57829532a4354fbc70d9bbd5961df | |
parent | 98c25cdd5abec9f3389b94805db4991efa7ee964 [diff] |
Use invalid id with rand string instead of special char Many negative tests use invalid id with combination of special char like '#$%%&^&^'. It has the hash tag which splits the url to a url + fragment identifier part. Some WSGI backends (such as uwsgi) might cut this part of the url, and pass it in a different environment variable. Change-Id: Id69baf8d364f31e6fa745929fea890652d7ee118 Closes-bug: #1545407