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

Unified Diff: components/test/data/password_manager/login_db_v9_without_use_additional_auth_field.sql

Issue 2291123008: Test that LoginDatabase preserves PasswordForm::Scheme through migration (Closed)
Patch Set: Add comment Created 4 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 | « components/test/data/password_manager/login_db_v9.sql ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test/data/password_manager/login_db_v9_without_use_additional_auth_field.sql
diff --git a/components/test/data/password_manager/login_db_v9_without_use_additional_auth_field.sql b/components/test/data/password_manager/login_db_v9_without_use_additional_auth_field.sql
index 987ca70a44a67dd28ef6a35d0b910a44eee9e6ec..316d0bddcc84348ad284526698c132969ab78919 100644
--- a/components/test/data/password_manager/login_db_v9_without_use_additional_auth_field.sql
+++ b/components/test/data/password_manager/login_db_v9_without_use_additional_auth_field.sql
@@ -75,5 +75,29 @@ X'18000000020000000000000000000000000000000000000000000000', /* form_data */
'', /* federation_url */
0 /* is_zero_click */
);
+INSERT INTO "logins" VALUES(
+'http://example.com', /* origin_url */
+'http://example.com/landing', /* action_url */
+'', /* username_element */
+'user', /* username_value */
+'', /* password_element */
+X'', /* password_value */
+'', /* submit_element */
+'http://example.com', /* signon_realm */
+1, /* ssl_valid */
+1, /* preferred */
+13047423600000000, /* date_created */
+0, /* blacklisted_by_user */
+1, /* scheme */
+0, /* password_type */
+X'00000000', /* possible_usernames */
+1, /* times_used */
+X'18000000020000000000000000000000000000000000000000000000', /* form_data */
+0, /* date_synced */
+'', /* display_name */
+'https://www.google.com/icon', /* avatar_url */
+'', /* federation_url */
+0 /* is_zero_click */
+);
CREATE INDEX logins_signon ON logins (signon_realm);
COMMIT;
« no previous file with comments | « components/test/data/password_manager/login_db_v9.sql ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698