Beispiel #1
0
def __getTestProfiles(idMgr):
	# lastName^firstname^middlename^suffix
	n = "Smith^John^Harold^^^"

	# street^otherDesignation^city^state^postcode^country^_^_
	#  ( _ is space)
	a = "123 Black Rd^^BLACKTOWN^NSW^2148^AU^"

	#    yyyymmddhhmmss
	b = "19650227123000"

	s = "M"

	# phoneCountry^phoneNumber

	p = "65^034542222"

	return SqlTraits.get_trait_map_nabsp( idMgr, n, a, b, s, p)