90f80d55b9
Attempts to write to a nil map will cause a runtime panic, since we don't have explicit checks whether the map is nil or not - they were added with proper initialization using make. Appropriate test configuration was added. Change-Id: Ib50686de44b782fdc881bd4608dd74588fce93bd Relates-To: #190 Closes: #190