commit | 7b1f4028b23d30a98e86884a191ebaba77c9b3b4 | [log] [tgz] |
---|---|---|
author | Tiago Mello <tmello@linux.vnet.ibm.com> | Wed Jan 30 17:07:18 2013 -0500 |
committer | Tiago Mello <tmello@linux.vnet.ibm.com> | Wed Jan 30 17:11:18 2013 -0500 |
tree | 85ae22680134a81296d1efc48fe1a3576d260f18 | |
parent | aa4c93db9dce143937521f9de75852fd314b806c [diff] |
Removes assertGreaterEqual for Python 2.6 backward compat The unittest.TestCase class in python 2.6.6 does not have an assertGreaterEqual method. Changes the code to use assertTrue instead to guarantee backward compatibility with Python 2.6. Fixes Bug 1108238. Change-Id: Ifaba250d9d9813de913be322d18541cd2dbdf28e