summaryrefslogtreecommitdiff
path: root/tests/util
AgeCommit message (Collapse)Author
2014-12-16moving files around after repository mergerAlon Levy
2014-11-16Adding helper server - launch with python tests/util/RhiziHTTPServer.pyAlon Levy
SimpleHTTPServer does a wrong 301 for query parameters, i.e.: http://bla:foo/?hello=1 301 => http://bla:foo/?hello=1/ which kills our query parameter parsing. Instead of making the client handle non compliant servers I rather fix the test server to not 301. Real servers (need to check) don't do this I hope.