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

Unified Diff: chrome/test/data/extensions/api_test/gcd_private/api/wifi_message.js

Issue 597313002: GCD Private API: Change hardcoded code to 4 digits not 5. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test Created 6 years, 3 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 | « chrome/test/data/extensions/api_test/gcd_private/api/session.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/gcd_private/api/wifi_message.js
diff --git a/chrome/test/data/extensions/api_test/gcd_private/api/wifi_message.js b/chrome/test/data/extensions/api_test/gcd_private/api/wifi_message.js
index e89d342c6b76cab91e0a74ea2f6e3fa9cbcf30db..10bcf576c586340634ff69ef823f0e18a3d911a7 100644
--- a/chrome/test/data/extensions/api_test/gcd_private/api/wifi_message.js
+++ b/chrome/test/data/extensions/api_test/gcd_private/api/wifi_message.js
@@ -8,7 +8,7 @@ onload = function() {
var messages_needed = 3;
function onConfirmCode(sessionId, status, confirmation) {
chrome.test.assertEq("success", status);
- chrome.test.assertEq("01234", confirmation.code);
+ chrome.test.assertEq("1234", confirmation.code);
chrome.gcdPrivate.confirmCode(sessionId,
confirmation.code,
onSessionEstablished.bind(null,
« no previous file with comments | « chrome/test/data/extensions/api_test/gcd_private/api/session.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698