public void testNullPropertySetter()
throws Exception
{
Uberspect u = ri.getUberspect();
GetPutObject gpo = new GetPutObject();
Map map = new HashMap();
// Don't screw up on null properties. That should map to put() on the GPO.
VelPropertySet setter = u.getPropertySet(gpo, null, "", null);
assertNotNull(setter);