Adding test tag to sms test

Change-Id: Ie8ef012cf07715582b602e75a2ba19dfe1c22a29
This commit is contained in:
Steve Moyer
2014-02-11 12:40:15 -08:00
parent 2146151b9b
commit a7524da862

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