Altered to run in sequence on the integration test

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3470 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
PriestJ
2008-02-05 16:04:35 +00:00
parent 78ba3ccab8
commit b1bbafd416
8 changed files with 33 additions and 10 deletions

View File

@@ -21,7 +21,7 @@
# - test_02_edit_users
# - test_03_edit_suppliers
#---
class Test_07_MIPADMIN_party_management< Test::Unit::TestCase
class Test_09_MIPADMIN_party_management< Test::Unit::TestCase
#
#Test we can logon to the system using the webmip administrator user<65>s login credentials and check that
#all the fields required for creating parties in the system are correctly displayed.
@@ -465,7 +465,7 @@ class Test_07_MIPADMIN_party_management< Test::Unit::TestCase
end
end
class Test_08_SUPPADMIN_party_management< Test::Unit::TestCase
class Test_10_SUPPADMIN_party_management< Test::Unit::TestCase
#
#Test we can create a user (AGENT) in the system when logged on as SUPPADMIN user.
#
@@ -522,7 +522,7 @@ class Test_08_SUPPADMIN_party_management< Test::Unit::TestCase
end
end
class Test_09_edit_parties< Test::Unit::TestCase
class Test_11_edit_parties< Test::Unit::TestCase
#
#Test we can edit a user (AGENT) in the system when logged on as MIPADMIN user.
#