am 8ff9df77: am a7524da8: Adding test tag to sms test

* commit '8ff9df7742827a684570f8a535f88d8ebe67fecd':
  Adding test tag to sms test
This commit is contained in:
Steve Moyer
2014-02-12 02:49:28 +00: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);