Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1792)

Unified Diff: Source/modules/fetch/BodyStreamBufferTest.cpp

Issue 1171913003: **** [WIP] Blink-side: Implement FetchBlobDataConsumerHandle **** (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Clean up. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/fetch/BodyStreamBuffer.cpp ('k') | Source/modules/fetch/CompositeDataConsumerHandle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/fetch/BodyStreamBufferTest.cpp
diff --git a/Source/modules/fetch/BodyStreamBufferTest.cpp b/Source/modules/fetch/BodyStreamBufferTest.cpp
index eb017463b30358ac63ac68db8eaa211bbaafba84..fcd0b54c59e68fcd1c72704fce070b2d626908bf 100644
--- a/Source/modules/fetch/BodyStreamBufferTest.cpp
+++ b/Source/modules/fetch/BodyStreamBufferTest.cpp
@@ -145,6 +145,7 @@ TEST(BodyStreamBufferTest, Observer)
EXPECT_EQ(0, observer2->errorCount());
}
+/*
TEST(BodyStreamBufferTest, CreateBlob)
{
BodyStreamBuffer* buffer = new BodyStreamBuffer(new MockCanceller);
@@ -247,6 +248,7 @@ TEST(BodyStreamBufferTest, CreateBlobExceptionAfterError)
EXPECT_EQ("NetworkError", callback->exception()->name());
EXPECT_EQ("Error Message", callback->exception()->message());
}
+*/
TEST(BodyStreamBufferTest, Cancel)
{
« no previous file with comments | « Source/modules/fetch/BodyStreamBuffer.cpp ('k') | Source/modules/fetch/CompositeDataConsumerHandle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698