Files
android_packages_modules_Co…/staticlibs/testutils
Chalard Jean b91c5a3a9c Fix blocked status error message
assertEquals syntax is (expected, actual) and not the
other way around

Error message before :
java.lang.AssertionError: Unexpected blocked status 32 expected:<32> but was:<0>
Error message after :
java.lang.AssertionError: Unexpected blocked status 32 expected:<0> but was:<32>

Test: FrameworksNetTests
Change-Id: I27f912db9a83fe418b659553829580a2802c20db
2022-01-07 11:16:33 +00:00
..
2021-11-25 19:55:59 +09:00