" firstName=\"John\"," + SysUtil.LINE_SEP + " self=REF:TO<Contact'new, 12345, OID:1:I3:123>," + SysUtil.LINE_SEP +
" selfArray=#(REF:TO<Contact'new, 12345, OID:1:I3:123> REF:TO<Contact'new, 12345, OID:1:I3:123>)" + SysUtil.LINE_SEP +
")", m_tobj.toString());
TransferObject tobj = new TransferObject(1);
Lookup map = new HashTab(1);
map.put("tobj", tobj);
tobj.setValue("map", map);
assertEquals("TO<, @>(" + SysUtil.LINE_SEP + " map={\"tobj\"=REF:TO<, @>}" + SysUtil.LINE_SEP + ")",
tobj.toString().replaceAll("@\\d+", "@"));
}