Update expected value for unit test

There were extra parens in the SELECT sql command. These have been
removed from production code, so, the test needs to be updated as
well.

bug 3456577

Change-Id: I7fcfd326c17fd732ecfd3cd77f6e583106afa287
This commit is contained in:
Todd Kennedy 2011-02-15 13:52:46 -08:00
parent 6000e676e7
commit c0195ab902
1 changed files with 2 additions and 2 deletions

View File

@ -255,10 +255,10 @@ public class UtilityMediumTests extends ProviderTestCase2<EmailProvider> {
Mailbox.TYPE_DRAFTS);
final String FLAG_LOADED_TEST =
" AND ("
" AND "
+ MessageColumns.FLAG_LOADED + " IN ("
+ Message.FLAG_LOADED_PARTIAL + "," + Message.FLAG_LOADED_COMPLETE
+ "))";
+ ")";
// Test!