Fix build failure in usermanager.implementation 20/1520/3
authorAlessandro Boch <aboch@cisco.com>
Mon, 30 Sep 2013 18:57:18 +0000 (11:57 -0700)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 30 Sep 2013 19:44:32 +0000 (19:44 +0000)
ISSUE:
Current usermanager.implementation junit code assumes test functions are run in order.
There is a add function and then a remove function to add/remove an object from a map.
In some machines consistently the remove function is invoked by junit first.
This leads to a failure/succes/failure/success... pattern for usermanager.implementation
builds.

Change-Id: Ie5041c6980f9dad0aeb1f11a27c0c3e9bab9dbcf
Signed-off-by: Alessandro Boch <aboch@cisco.com>

No differences found