fix KeychainExternalProvider from tests

This commit is contained in:
Vincent Breitmoser 2017-02-06 20:57:18 +01:00
parent 237a0b1805
commit 33790d9dc8

View file

@ -175,7 +175,6 @@ public class KeychainExternalProvider extends ContentProvider implements SimpleC
+ " LEFT JOIN " + Tables.CERTS + " ON ("
+ Tables.USER_PACKETS + "." + UserPackets.MASTER_KEY_ID + " = " + Tables.CERTS + "." + Certs.MASTER_KEY_ID
+ " AND " + Tables.USER_PACKETS + "." + UserPackets.RANK + " = " + Tables.CERTS + "." + Certs.RANK
+ " AND " + Tables.CERTS + "." + Certs.VERIFIED + " = " + Certs.VERIFIED_SECRET
+ ")"
);
// in case there are multiple verifying certificates