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)
commit3afbe236f240c3f35093d58999f8b5882cd9dd2e
tree5e004087db6a7dd5b218ca5f40771dc26dc9864a
parent95aaa263a3331dcb0b9268f9df9993b507ea40ad
Fix build failure in usermanager.implementation

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>
opendaylight/usermanager/implementation/src/test/java/org/opendaylight/controller/usermanager/internal/UserManagerImplTest.java