Angepasst an Einzelfalltests und einfügen von TODO Blocks, damit bei der nächsten...
authorThomas Kasulke <t.kasulke@linet-services.de>
Thu, 30 Aug 2007 12:52:34 +0000 (12:52 +0000)
committerThomas Kasulke <t.kasulke@linet-services.de>
Thu, 30 Aug 2007 12:52:34 +0000 (12:52 +0000)
commit004280c137305d00ede218b40930882f5b765886
treecc4b92db06bd4d7b66d155b404c0aa5a6bfff58b
parentc915773b1c9149df1b0f99f8f7ff7d1cc9ea22fa
Angepasst an Einzelfalltests und einfügen von TODO Blocks, damit bei der nächsten Selenium Version dann komplett getestet werden kann.
42 files changed:
t/lx-office.t
t/selenium/AllTests.t
t/selenium/testscripts/administration/begin/A001CreateTestDatabase.t
t/selenium/testscripts/administration/begin/A002CreateTestUser.t
t/selenium/testscripts/administration/begin/A003UpdateDatabase.t
t/selenium/testscripts/administration/end/A998DeleteTestUser.t
t/selenium/testscripts/administration/end/A999DeleteTestDatabase.t
t/selenium/testscripts/base/000Login.t
t/selenium/testscripts/base/999Logout.t
t/selenium/testscripts/masterdata/begin/M001CreateCustomer.t
t/selenium/testscripts/masterdata/begin/M002CreateVendor.t
t/selenium/testscripts/masterdata/begin/M003CreateGoods.t
t/selenium/testscripts/masterdata/begin/M004AddService.t
t/selenium/testscripts/masterdata/begin/M005AddProduct.t
t/selenium/testscripts/masterdata/begin/M006AddProject.t
t/selenium/testscripts/masterdata/end/M995DeleteGoods.t [new file with mode: 0644]
t/selenium/testscripts/masterdata/end/M996DeleteProject.t [new file with mode: 0644]
t/selenium/testscripts/masterdata/end/M997DeleteService.t [new file with mode: 0644]
t/selenium/testscripts/masterdata/end/M998DeleteProduct.t [new file with mode: 0644]
t/selenium/testscripts/purchase/begin/P001CreateQuoteRequest.t [new file with mode: 0644]
t/selenium/testscripts/selling/begin/S001CreateOffers.t [new file with mode: 0644]
t/selenium/testscripts/selling/begin/S002CreateCharge.t [new file with mode: 0644]
t/selenium/testscripts/selling/begin/S003CreateInvoice.t [new file with mode: 0644]
t/selenium/testscripts/system/begin/S001CreateProductGroups.t
t/selenium/testscripts/system/begin/S002CreatePriceBrackets.t
t/selenium/testscripts/system/begin/S003AddLanguage.t
t/selenium/testscripts/system/begin/S004ShowLanguages.t
t/selenium/testscripts/system/begin/S005AddPaymentConditions.t
t/selenium/testscripts/system/begin/S006ShowPaymentConditions.t
t/selenium/testscripts/system/begin/S007AddCustomerVendorTypes.t
t/selenium/testscripts/system/begin/S008ShowCustomerVendorTypes.t
t/selenium/testscripts/system/begin/S009AddShowDeleteMeasure.t
t/selenium/testscripts/system/begin/S010AddShowDeleteServiceMeasure.t
t/selenium/testscripts/system/begin/S011CreateAccount.t [new file with mode: 0644]
t/selenium/testscripts/system/begin/S012ShowAccount.t [new file with mode: 0644]
t/selenium/testscripts/system/begin/S013TestAccount.t [new file with mode: 0644]
t/selenium/testscripts/system/end/S992DeleteProductGroups.t
t/selenium/testscripts/system/end/S994DeleteAccount.t [new file with mode: 0644]
t/selenium/testscripts/system/end/S995DeleteCustomerVendorTypes.t
t/selenium/testscripts/system/end/S996DeletePaymentConditions.t
t/selenium/testscripts/system/end/S997DeleteLanguages.t
t/selenium/testscripts/system/end/S998DeletePriceBrackets.t