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

Unified Diff: ui/file_manager/file_manager/common/js/importer_common_unittest.js

Issue 953483003: Report promise error-context strings to GA. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: self review Created 5 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 | « ui/file_manager/file_manager/common/js/importer_common.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/common/js/importer_common_unittest.js
diff --git a/ui/file_manager/file_manager/common/js/importer_common_unittest.js b/ui/file_manager/file_manager/common/js/importer_common_unittest.js
index 9018108d3f9554563bf1c2aa7f0bfd3f32d11084..1c82a431d87f03e4f76df81e04c1544e8cef095c 100644
--- a/ui/file_manager/file_manager/common/js/importer_common_unittest.js
+++ b/ui/file_manager/file_manager/common/js/importer_common_unittest.js
@@ -197,7 +197,7 @@ function testRotateLogs(callback) {
function() {
assertTrue(fileName !== undefined);
// Verify the *active* log is deleted.
- assertEquals(0, fileName.search(/import-debug-[0-9]{6}-0.log/),
+ assertEquals(0, fileName.search(/[0-9]{6}-import-debug-0.log/),
'Filename (' + fileName + ') does not match next pattern.');
driveFileEntry.assertRemoved();
« no previous file with comments | « ui/file_manager/file_manager/common/js/importer_common.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698