summaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authorMarc Blank <mblank@google.com>2012-03-20 16:09:42 -0700
committerMarc Blank <mblank@google.com>2012-03-20 16:09:42 -0700
commitee08d9b3c6c118c307cfc6ca626df0f52d8d1b8c (patch)
tree8be878c2ef9e848354ecaa06623c57ddb6694366 /tests/src
parent51144944c2088299ebc2584cc09c61c23eb18659 (diff)
downloadandroid_packages_apps_UnifiedEmail-ee08d9b3c6c118c307cfc6ca626df0f52d8d1b8c.tar.gz
android_packages_apps_UnifiedEmail-ee08d9b3c6c118c307cfc6ca626df0f52d8d1b8c.tar.bz2
android_packages_apps_UnifiedEmail-ee08d9b3c6c118c307cfc6ca626df0f52d8d1b8c.zip
Fix unit test build
Change-Id: I8f7b882d805b1a57259f1c5549bedd68dd37adc7
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/com/android/mail/browse/ConversationCursorTests.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/src/com/android/mail/browse/ConversationCursorTests.java b/tests/src/com/android/mail/browse/ConversationCursorTests.java
index bb458aa20..fe6a07f7a 100644
--- a/tests/src/com/android/mail/browse/ConversationCursorTests.java
+++ b/tests/src/com/android/mail/browse/ConversationCursorTests.java
@@ -136,8 +136,7 @@ public class ConversationCursorTests extends ProviderTestCase2<TestProvider> {
// Now, get our CC
ConversationCursor cc =
- ConversationCursor.create(mActivity, URI_COLUMN,
- uri, CONVO_PROJECTION, null, null, null);
+ ConversationCursor.create(mActivity, URI_COLUMN, uri, CONVO_PROJECTION);
ConversationProvider cp = ConversationCursor.sProvider;
Cursor uc = ConversationCursor.sUnderlyingCursor;
// First things first; cc & uc should both have 9 rows