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

Unified Diff: utility/bmpblk_utility.cc

Issue 6246150: Add test framework for bmpblk_utility. (Closed) Base URL: http://git.chromium.org/git/vboot_reference.git@master
Patch Set: Done. PTAL. Created 9 years, 10 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
« tests/bitmaps/TestBmpBlock.py ('K') | « tests/bitmaps/case_nobmp.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utility/bmpblk_utility.cc
diff --git a/utility/bmpblk_utility.cc b/utility/bmpblk_utility.cc
index 8da3e18fdab2efb4c4ad21d38915586327bead21..a87761cb23875160a3620a6143318901768c7ab2 100644
--- a/utility/bmpblk_utility.cc
+++ b/utility/bmpblk_utility.cc
@@ -338,7 +338,7 @@ void BmpBlockUtil::fill_all_image_infos() {
it->second.data.height = get_bmp_image_height(it->second.raw_content);
break;
default:
- error("Unsupported image format.");
+ error("Unsupported image format.\n");
}
}
}
@@ -355,7 +355,7 @@ void BmpBlockUtil::compress_all_images(const Compression compress) {
}
break;
default:
- error("Unsupported data compression.");
+ error("Unsupported data compression.\n");
}
}
« tests/bitmaps/TestBmpBlock.py ('K') | « tests/bitmaps/case_nobmp.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698