diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-05 00:53:54 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-05 00:53:54 +0000 |
commit | 9e787427c670dce852a189de1c572c2d52a6db75 (patch) | |
tree | 7282fbd19cbec10a7949a481b58758232ad54fd4 /chrome_frame/test | |
parent | 2979e68a1946568fe22f2b4c7971d5420c35287f (diff) | |
download | chromium_src-9e787427c670dce852a189de1c572c2d52a6db75.zip chromium_src-9e787427c670dce852a189de1c572c2d52a6db75.tar.gz chromium_src-9e787427c670dce852a189de1c572c2d52a6db75.tar.bz2 |
Relanding this.
Enable ChromeFrame net tests. These tests regressed with the change in the chunked upload
code in net to move the formatting of individual chunks to the http network stack.
This caused the URLRequestTestHTTP.TestPostChunkedDataBeforeStart test to hang in ChromeFrame.
Fix is to ensure that the individual chunks are properly formatted while marshaling them over
IPC.
BUG=none
TEST=chrome frame net tests should pass.
TBR=amit
Review URL: http://codereview.chromium.org/6621024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77010 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/test')
-rw-r--r-- | chrome_frame/test/net/fake_external_tab.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc index d38dc7c..fe3cc03e 100644 --- a/chrome_frame/test/net/fake_external_tab.cc +++ b/chrome_frame/test/net/fake_external_tab.cc @@ -505,10 +505,7 @@ int main(int argc, char** argv) { return 0; } - return 0; - // TODO(tommi): Stuff be broke. Needs a fixin'. -#if 0 // This is awkward: the TestSuite derived CFUrlRequestUnittestRunner contains // the instance of the AtExitManager that RegisterPathProvider() and others // below require. So we have to instantiate this first. @@ -527,5 +524,4 @@ int main(int argc, char** argv) { PluginService::EnableChromePlugins(false); test_suite.RunMainUIThread(); return 0; -#endif } |