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

Commit 587eb5d2 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

Change-Id: I9f5df5a3ca197ae6cc93c6e7c8b9eac989e5e149
parents f6ffb59f c1beb73c
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -14,17 +14,16 @@
 * limitations under the License.
 */

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

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

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 org.junit.Test;

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