fix the SmsListenerTest

gradle never complained about this before and I'm
not sure exactly when or why it began to but this
works now.

Closes #3211
// FREEBIE
pull/1/head
Rhodey Orbits 9 years ago committed by Moxie Marlinspike
parent dba7fd06c8
commit bea9922840

@ -69,6 +69,7 @@ public class SmsListenerTest extends TextSecureTestCase {
credit :D
http://stackoverflow.com/a/12338541
*/
@SuppressWarnings("unchecked")
private static byte[] buildSmsPdu(String sender, String body) throws Exception{
byte[] scBytes = PhoneNumberUtils.networkPortionToCalledPartyBCD("0000000000");
byte[] senderBytes = PhoneNumberUtils.networkPortionToCalledPartyBCD(sender);

Loading…
Cancel
Save