diff options
author | BrettyWhite <brett@livio.io> | 2017-04-05 09:24:30 -0400 |
---|---|---|
committer | BrettyWhite <brett@livio.io> | 2017-04-05 09:24:30 -0400 |
commit | 6f4cc356f3d9e316e252512194660def78d7c2c6 (patch) | |
tree | c07432e78ed009f265c8d93b801da4683f668756 /sdl_android | |
parent | a7affe0d0755920d74957c111d1e764b484386dd (diff) | |
download | sdl_android-6f4cc356f3d9e316e252512194660def78d7c2c6.tar.gz |
fixed comment in testbugfix/issue_443
Diffstat (limited to 'sdl_android')
-rw-r--r-- | sdl_android/src/androidTest/java/com/smartdevicelink/transport/RegisteredAppTests.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl_android/src/androidTest/java/com/smartdevicelink/transport/RegisteredAppTests.java b/sdl_android/src/androidTest/java/com/smartdevicelink/transport/RegisteredAppTests.java index 1603f0e4f..a4d4e1395 100644 --- a/sdl_android/src/androidTest/java/com/smartdevicelink/transport/RegisteredAppTests.java +++ b/sdl_android/src/androidTest/java/com/smartdevicelink/transport/RegisteredAppTests.java @@ -54,7 +54,7 @@ public class RegisteredAppTests extends AndroidTestCase { // Call Handle Message - Making sure it doesn't init buffer app.handleMessage(TransportConstants.BYTES_TO_SEND_FLAG_NONE,bytes); - // Insure that the buffer is not null, if it is the test will fail + // Insure that the buffer is null. and no NPE assertNull(app.buffer); } |