swift/test/unit/account
gholt de9b81baee Fixes regression with format=somethingelse
The WebOb 1.2 support patch introduced a regression where an unknown
format= query used to just default back to plain but now returns a
400. This will break anyone that uses format=text for instance, or
anything else "invalid".

Arguably, it makes the most sense to 400 in the case of an invalid
format requested, but since it is also a backwards compatibility
break, I recommend we keep the previous behavior. Retaining the
previous behavior seems less damaging than enforcing the new
behavior.

Change-Id: I6db015b33a6f3ab239b8cb4a3562ebdba1f76590
2012-07-31 02:26:39 +00:00
..
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
test_auditor.py updated copyright date for all files 2012-03-19 13:45:34 -05:00
test_reaper.py Add an optional delay to account reaping. 2012-03-21 15:26:07 +00:00
test_replicator.py updated copyright date for all files 2012-03-19 13:45:34 -05:00
test_server.py Fixes regression with format=somethingelse 2012-07-31 02:26:39 +00:00