assertEqual is used incorrectly
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| watcher |
Wishlist
|
Gábor Antal |
Bug Description
in several places in the test, assertEqual method is used:
assertEqual(
However it should be:
assertEqual(
Changed in watcher: | |
assignee: | nobody → Gábor Antal (gabor.antal) |
Changed in watcher: | |
status: | New → In Progress |
Changed in watcher: | |
importance: | Undecided → Wishlist |
Changed in watcher: | |
milestone: | none → mitaka-rc-final |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit c440cdd69fa536f
Author: Gábor Antal <email address hidden>
Date: Tue Mar 1 18:14:05 2016 +0100
Fixed wrongly used assertEqual method
In several places, assertEqual is used the following way:
assertEqu
However, the correct way to use assertEqual is:
assertEqu
Change-Id: I5a7442f4adf98b
Closes-Bug: #1551861
Changed in watcher: | |
status: | In Progress → Fix Released |
Fix proposed to branch: master /review. openstack. org/286722
Review: https:/