Bug 745834 - Fix test bustage. r=mfinkle

This commit is contained in:
Wes Johnston 2012-04-16 12:47:17 -07:00
parent f84d3b7b8d
commit 979e479318

View File

@ -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);