Comment 2 for bug 1441518

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-troveclient (master)

Reviewed: https://review.openstack.org/171530
Committed: https://git.openstack.org/cgit/openstack/python-troveclient/commit/?id=5125628c2875b8d8295530eb428f7dfa26884cd1
Submitter: Jenkins
Branch: master

commit 5125628c2875b8d8295530eb428f7dfa26884cd1
Author: Sushil Kumar <email address hidden>
Date: Wed Apr 8 09:06:28 2015 +0000

    Fixes unit-test in troveclient

    1. Renames tes___eq__ to be test___eq__,
       because earlier method was not being called.
    2. Corrects the test-code in test___eq__,
       for the failures it gave when it started running.
    3. Removes some unused code from tests,
       there were few lines/methods which were not used by tests
       just removed/updated them.

    Change-Id: I90aa8cb9bb9f5d15697f00df0ba1defa0ef7be59
    Closes-Bug: #1441518