Fix failed test case when running framework auto test.
The method RetryManager.setRetryCount was modified in f186b07b463447707117e2b54fc02f7ed30d6e43, However the corresponding test cases were not updated and now fail. The reason for failing is that setRetryCount no longer resets the variable mRetryForever as it used to, and therefore isRetryNeeded() returns true instead of false failing the testcases. Change-Id: Icbf23ada8000fab93ee34087e125d9b12d7e7897
Loading
Please register or sign in to comment