diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-21 21:38:26 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-21 21:38:26 +0000 |
commit | ee852cb3855e4ed5f7fa8bac8e6f08df2f930f6b (patch) | |
tree | 0911b5c1173effea67009bd7b4d267f00b548ac1 /chrome_frame | |
parent | 2426648da8f402fc25b714cadbfb6f87a2db0d31 (diff) | |
download | chromium_src-ee852cb3855e4ed5f7fa8bac8e6f08df2f930f6b.zip chromium_src-ee852cb3855e4ed5f7fa8bac8e6f08df2f930f6b.tar.gz chromium_src-ee852cb3855e4ed5f7fa8bac8e6f08df2f930f6b.tar.bz2 |
Disable the URLRequestTestHTTP.DefaultUserAgent for ChromeFrame net tests as this test
expects an empty UA to be echoed back which won't be the case in ChromeFrame.
BUG=none
TEST=none
TBR=amit
Review URL: http://codereview.chromium.org/6323014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72196 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/net/fake_external_tab.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc index 7091021..de87f08 100644 --- a/chrome_frame/test/net/fake_external_tab.cc +++ b/chrome_frame/test/net/fake_external_tab.cc @@ -457,6 +457,10 @@ void FilterDisabledTests() { // Chrome's HTTP stack like the ability to set the proxy for a URL, etc. "URLRequestTestHTTP.ProxyTunnelRedirectTest", "URLRequestTestHTTP.UnexpectedServerAuthTest", + + // This test is disabled as it expects an empty UA to be echoed back from + // the server which is not the case in ChromeFrame. + "URLRequestTestHTTP.DefaultUserAgent", }; std::string filter("-"); // All following filters will be negative. |