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

Unified Diff: chrome/browser/printing/print_job_unittest.cc

Issue 6575014: Printing: Re-enable PrintJobTest.SimplePrint that use to crash with a DCHECK.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/print_job_unittest.cc
===================================================================
--- chrome/browser/printing/print_job_unittest.cc (revision 75786)
+++ chrome/browser/printing/print_job_unittest.cc (working copy)
@@ -85,13 +85,7 @@
} // namespace
-// Crashes, Bug 55181.
-#if defined(OS_WIN)
-#define MAYBE_SimplePrint DISABLED_SimplePrint
-#else
-#define MAYBE_SimplePrint SimplePrint
-#endif
-TEST(PrintJobTest, MAYBE_SimplePrint) {
+TEST(PrintJobTest, SimplePrint) {
// Test the multi-threaded nature of PrintJob to make sure we can use it with
// known lifetime.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698