mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Pass actual HTTP response code to CefLoadHandler::OnLoadEnd (issue #521).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@922 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -125,9 +125,7 @@ class TestSchemeHandler : public TestHandler {
|
||||
test_results_->got_output.yes();
|
||||
|
||||
// Test that the status code is correct.
|
||||
// TODO(cef): Enable this check once the HTTP status code is passed
|
||||
// correctly.
|
||||
// EXPECT_EQ(httpStatusCode, test_results_->status_code);
|
||||
EXPECT_EQ(httpStatusCode, test_results_->status_code);
|
||||
|
||||
if (test_results_->sub_url.empty())
|
||||
DestroyTest();
|
||||
|
Reference in New Issue
Block a user