Merge "Add a network operator into the not support list of delivery report" into gingerbread
diff --git a/tests/tests/telephony/src/android/telephony/cts/SmsManagerTest.java b/tests/tests/telephony/src/android/telephony/cts/SmsManagerTest.java
old mode 100644
new mode 100755
index b916328..80cd5c0
--- a/tests/tests/telephony/src/android/telephony/cts/SmsManagerTest.java
+++ b/tests/tests/telephony/src/android/telephony/cts/SmsManagerTest.java
@@ -59,6 +59,7 @@
     private static final List<String> NO_DELIVERY_REPORTS =
             Arrays.asList(
                     "310410"    // AT&T Mobility
+                   ,"44010"     // NTT DOCOMO
             );
 
     private TelephonyManager mTelephonyManager;