commit | d62ccf1996d32fcbe5458930af4d8a444df2834e | [log] [tgz] |
---|---|---|
author | Bin Zhou <zhou.bin9@zte.com.cn> | Mon Sep 12 19:43:11 2016 +0800 |
committer | Bin Zhou <zhou.bin9@zte.com.cn> | Tue Sep 20 09:11:20 2016 +0800 |
tree | e806dddd6a84030790bff1bb39a388c09aa0b1ff | |
parent | db2bc31cab0498469280bd943056ac0cb5c413af [diff] |
Modify use of assertTrue(A in B) Developers should use assertIn(A, B) instead of assertTrue(A in B ). TrivialFix Change-Id: Icb1f58f462f982d9c4b0795d1a7f010b08c9b387