commit | 854d06e7c3a4d8a013cc2f1bfec333f13e9f47ef | [log] [tgz] |
---|---|---|
author | Jesse Wilson <jessewilson@google.com> | Thu Jan 07 13:41:30 2010 -0800 |
committer | Jesse Wilson <jessewilson@google.com> | Fri Jan 08 13:40:36 2010 -0800 |
tree | f8ce5e650da6f9c8e12daa3393a2cda81dcb783b | |
parent | 09037a644b8359e329b61bc5492f3cfd38eba762 [diff] |
Fixing our default HTTP Accept header to be spec-compliant. See bug http://code.google.com/p/android/issues/detail?id=5843 Also fixing a bug in the test webserver, where we weren't formatting the headers properly. I'm dumbfounded how the tests passed previously; although I fear that omitting the @TestTargetNew annotation might mean that they weren't being run. I'll investigate that in a follow up.