summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTony Mak <tonymak@google.com>2015-04-23 12:05:14 +0100
committerTony Mak <tonymak@google.com>2015-04-23 12:05:14 +0100
commit4eadc32ae7bb822a35cf33b0efed83d260bdb633 (patch)
tree77a8eafd225eedc0740b72ba358caeb167b9efbf /tests
parent282b4f24d83db944f432222cef8e6a938cfcc378 (diff)
downloadandroid_packages_apps_Bluetooth-4eadc32ae7bb822a35cf33b0efed83d260bdb633.tar.gz
android_packages_apps_Bluetooth-4eadc32ae7bb822a35cf33b0efed83d260bdb633.tar.bz2
android_packages_apps_Bluetooth-4eadc32ae7bb822a35cf33b0efed83d260bdb633.zip
Enable back bluetooth test cases
Removed testHeaderEncode as mmm-common is not used anymore and this function is testing a third party library instead of bluetooth related function. Bug: 20515454 Change-Id: Ib6a4a04b46f09db2b277ac23ffb038ea80f0f03e
Diffstat (limited to 'tests')
-rwxr-xr-xtests/Android.mk4
-rwxr-xr-xtests/src/com/android/bluetooth/tests/BluetoothMapbMessageTest.java9
2 files changed, 2 insertions, 11 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 896d4663f..ff848d907 100755
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -5,7 +5,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_CERTIFICATE := platform
-LOCAL_JAVA_LIBRARIES := javax.obex android.test.runner telephony-common mms-common libprotobuf-java-2.3.0-micro
+LOCAL_JAVA_LIBRARIES := javax.obex android.test.runner telephony-common libprotobuf-java-micro
LOCAL_STATIC_JAVA_LIBRARIES := com.android.emailcommon
# Include all test java files.
@@ -16,4 +16,4 @@ LOCAL_PACKAGE_NAME := BluetoothProfileTests
LOCAL_INSTRUMENTATION_FOR := Bluetooth
-# include $(BUILD_PACKAGE)
+include $(BUILD_PACKAGE)
diff --git a/tests/src/com/android/bluetooth/tests/BluetoothMapbMessageTest.java b/tests/src/com/android/bluetooth/tests/BluetoothMapbMessageTest.java
index 8724e9fb0..e57d9a4b7 100755
--- a/tests/src/com/android/bluetooth/tests/BluetoothMapbMessageTest.java
+++ b/tests/src/com/android/bluetooth/tests/BluetoothMapbMessageTest.java
@@ -8,9 +8,6 @@ import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
-import org.apache.http.message.BasicHeaderElement;
-import org.apache.http.message.BasicHeaderValueFormatter;
-
import android.test.AndroidTestCase;
import android.util.Log;
@@ -521,12 +518,6 @@ public class BluetoothMapbMessageTest extends AndroidTestCase {
}
}
- public void testHeaderEncode() {
- BasicHeaderElement header = new BasicHeaderElement("To","Jørgen <joergen@hest.com>");
- String headerStr = BasicHeaderValueFormatter.formatHeaderElement(header, true, BasicHeaderValueFormatter.DEFAULT);
- if(D) Log.i(TAG, "The encoded header: " + headerStr);
- }
-
public void testQuotedPrintable() {
testQuotedPrintableIso8859_1();
testQuotedPrintableUTF_8();