summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/urlmon_moniker_integration_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/test/urlmon_moniker_integration_test.cc')
-rw-r--r--chrome_frame/test/urlmon_moniker_integration_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome_frame/test/urlmon_moniker_integration_test.cc b/chrome_frame/test/urlmon_moniker_integration_test.cc
index 57cc03d..311b0af 100644
--- a/chrome_frame/test/urlmon_moniker_integration_test.cc
+++ b/chrome_frame/test/urlmon_moniker_integration_test.cc
@@ -200,6 +200,8 @@ class UrlmonMonikerTestCallback {
CLIPFORMAT clip_format_;
};
+/*
+
// Tests synchronously binding to a moniker and downloading the target.
TEST_F(UrlmonMonikerTest, BindToStorageSynchronous) {
const wchar_t test_url[] = L"http://localhost:43210/";
@@ -261,7 +263,6 @@ class ResponseWithContentType : public test_server::SimpleResponse {
}
};
-/*
// Downloads a document asynchronously and then verifies that the downloaded
// contents were cached and the cache contents are correct.
// TODO(tommi): Fix and re-enable.