ha ha - found it!!! There was a conflict with one of the usernames I was trying to create was already in use by the default test data imported during system build.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3653 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
mullenm
2008-02-21 11:37:39 +00:00
parent bda75d6ae4
commit f794b22a0a

View File

@@ -320,7 +320,7 @@ class Test_09_MIPADMIN_party_management< Test::Unit::TestCase
# set the field values # set the field values
#@@ie.text_field(:id,'').set('') #@@ie.text_field(:id,'').set('')
@@ie.text_field(:id,'P61_USERNAME').set('CS1') @@ie.text_field(:id,'P61_USERNAME').set('CustServ1')
@@ie.text_field(:id,'P61_TITLE').set('Miss') @@ie.text_field(:id,'P61_TITLE').set('Miss')
@@ie.text_field(:id,'P61_FIRST_NAME').set('Customer') @@ie.text_field(:id,'P61_FIRST_NAME').set('Customer')
@@ie.text_field(:id,'P61_LAST_NAME').set('Services') @@ie.text_field(:id,'P61_LAST_NAME').set('Services')