testValue.set("dateTimeField", null);
testValue.set("fixedPointField", null);
testValue.set("floatingPointField", null);
testValue.set("numericField", null);
testValue.set("clobField", null);
testValue.store();
testValue = delegator.findOne("TestFieldType", UtilMisc.toMap("testFieldTypeId", id), false);
assertEquals("testFieldTypeId", id, testValue.get("testFieldTypeId"));
assertNull("blobField null", testValue.get("blobField"));
assertNull("byteArrayField null", testValue.get("byteArrayField"));
assertNull("objectField null", testValue.get("objectField"));