mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 745834 - Fix test bustage. r=mfinkle
This commit is contained in:
parent
f84d3b7b8d
commit
979e479318
@ -41,7 +41,7 @@ public class testPasswordProvider extends BaseTest {
|
||||
cvs[0].put("passwordField", "passwordField");
|
||||
cvs[0].put("encryptedUsername", "username");
|
||||
cvs[0].put("encryptedPassword", "password");
|
||||
cvs[0].put("encType", "0");
|
||||
cvs[0].put("encType", "1");
|
||||
|
||||
// Attempt to insert into the db
|
||||
passwordUri = (Uri)pwds.getField("CONTENT_URI").get(null);
|
||||
|
Loading…
Reference in New Issue
Block a user