Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1dcfa278 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Move test classes out of java.* namespace" am: c1beb73c am: 587eb5d2

am: 395f6aee

Change-Id: I5463c324f94f9b4309f568136b377e944e69c4ee
parents 1aaad614 395f6aee
Loading
Loading
Loading
Loading
+4 −5
Original line number Original line Diff line number Diff line
@@ -14,17 +14,16 @@
 * limitations under the License.
 * limitations under the License.
 */
 */


package java.android.telephony;
package android.telephony;


import android.telephony.SmsMessage;
import android.test.suitebuilder.annotation.SmallTest;
import android.test.suitebuilder.annotation.SmallTest;

import com.android.internal.telephony.SmsConstants;
import com.android.internal.telephony.SmsConstants;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;


import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertEquals;


import org.junit.Test;

public class SmsMessageTest {
public class SmsMessageTest {
    @Test @SmallTest
    @Test @SmallTest
    public void testCreateInvalidSmsMessage() {
    public void testCreateInvalidSmsMessage() {