am a7524da8: Adding test tag to sms test

* commit 'a7524da862ee6d63e673cfb39afec65273e8fa85':
  Adding test tag to sms test
This commit is contained in:
Steve Moyer
2014-02-11 18:45:53 -08:00
committed by Android Git Automerger

View File

@@ -45,9 +45,10 @@ public class SmsTest {
public Context mContext;
/**
* Verify that an SMS has been recieved with the correct number and body
* Verify that an SMS has been received with the correct number and body
*/
public void testRecievedSms(){
@Test
public void testReceivedSms(){
ContentResolver r = mContext.getContentResolver();
Uri message = Uri.parse("content://sms/");
Cursor c = r.query(message,null,null,null,null);