mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
return null. Changed to retrieve the first entry in the map. Removed the ExecutionException try catch, this would prevent the unittest from giving accurate information on exceptions. Avoid catching checked exceptions in a unittest, use expected keyword on @Test instead.