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

Unified Diff: webkit/tools/webcore_unit_tests/ICOImageDecoder_unittest.cpp

Issue 164506: Re-enable the ICO chunked decoding test. Remove check for condition that is ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 4 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 | « webkit/tools/test_shell/image_decoder_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/webcore_unit_tests/ICOImageDecoder_unittest.cpp
===================================================================
--- webkit/tools/webcore_unit_tests/ICOImageDecoder_unittest.cpp (revision 23344)
+++ webkit/tools/webcore_unit_tests/ICOImageDecoder_unittest.cpp (working copy)
@@ -50,7 +50,7 @@
}
#ifndef CALCULATE_MD5_SUMS
-TEST_F(ICOImageDecoderTest, DISABLED_ChunkedDecoding) {
+TEST_F(ICOImageDecoderTest, ChunkedDecoding) {
TestChunkedDecoding();
}
#endif
« no previous file with comments | « webkit/tools/test_shell/image_decoder_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698