Automatisierte Syntaxtests, Framework für spätere Modultests.
authorSven Schöling <s.schoeling@linet-services.de>
Wed, 14 Oct 2009 08:44:36 +0000 (10:44 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 14 Oct 2009 08:49:19 +0000 (10:49 +0200)
commit1d91e75c53e7da5bf2c1b334f5aeecf241dc5ec4
tree5641748bf5fe505999f37cfd92e7c86fb0fabd57
parent34211d2356367e21aa8f624caa7b17ee4b8ec4ac
Automatisierte Syntaxtests, Framework für spätere Modultests.

Selenium Tests nach old verschoben, deprecated.
227 files changed:
t/001compile.t [new file with mode: 0644]
t/002goodperl.t [new file with mode: 0644]
t/003safesys.t [new file with mode: 0644]
t/004template.t [new file with mode: 0644]
t/005no_tabs.t [new file with mode: 0644]
t/006spellcheck.t [new file with mode: 0644]
t/011pod.t [new file with mode: 0644]
t/README [deleted file]
t/README.de [deleted file]
t/Support/Files.pm [new file with mode: 0644]
t/Support/Systemexec.pm [new file with mode: 0644]
t/Support/Templates.pm [new file with mode: 0644]
t/backend/README.backend [deleted file]
t/demolx/AllTests.t [deleted file]
t/demolx/README [deleted file]
t/demolx/cleanup.pl [deleted file]
t/demolx/testscripts/001CreateTestDatabase.t [deleted file]
t/demolx/testscripts/002CreateTestUser.t [deleted file]
t/demolx/testscripts/005UpdateDatabase.t [deleted file]
t/demolx/testscripts/K998DeleteTestUser.t [deleted file]
t/demolx/testscripts/K999DeleteTestDatabase.t [deleted file]
t/demolx/testscripts/README [deleted file]
t/frontend/README.frontend [deleted file]
t/lx-office.t [deleted file]
t/lxtest.conf.default [deleted file]
t/old/README [new file with mode: 0644]
t/old/README.de [new file with mode: 0644]
t/old/backend/README.backend [new file with mode: 0644]
t/old/demolx/AllTests.t [new file with mode: 0644]
t/old/demolx/README [new file with mode: 0644]
t/old/demolx/cleanup.pl [new file with mode: 0644]
t/old/demolx/testscripts/001CreateTestDatabase.t [new file with mode: 0644]
t/old/demolx/testscripts/002CreateTestUser.t [new file with mode: 0644]
t/old/demolx/testscripts/005UpdateDatabase.t [new file with mode: 0644]
t/old/demolx/testscripts/K998DeleteTestUser.t [new file with mode: 0644]
t/old/demolx/testscripts/K999DeleteTestDatabase.t [new file with mode: 0644]
t/old/demolx/testscripts/README [new file with mode: 0644]
t/old/frontend/README.frontend [new file with mode: 0644]
t/old/lx-office.t [new file with mode: 0644]
t/old/lxtest.conf.default [new file with mode: 0644]
t/old/selenium/AllTests.t [new file with mode: 0644]
t/old/selenium/README [new file with mode: 0644]
t/old/selenium/TestAccounting.t [new file with mode: 0644]
t/old/selenium/TestAdmin.t [new file with mode: 0644]
t/old/selenium/TestAllTests.t [new file with mode: 0644]
t/old/selenium/TestCreateTestbed.t [new file with mode: 0644]
t/old/selenium/TestMasterData.t [new file with mode: 0644]
t/old/selenium/TestPayments.t [new file with mode: 0644]
t/old/selenium/TestPrinting.t [new file with mode: 0644]
t/old/selenium/TestProgramm.t [new file with mode: 0644]
t/old/selenium/TestPurchase.t [new file with mode: 0644]
t/old/selenium/TestReports.t [new file with mode: 0644]
t/old/selenium/TestSelling.t [new file with mode: 0644]
t/old/selenium/TestSystem.t [new file with mode: 0644]
t/old/selenium/cleanup.pl [new file with mode: 0644]
t/old/selenium/incomming/ustva-Inland-linet.html [new file with mode: 0644]
t/old/selenium/testscripts/README [new file with mode: 0644]
t/old/selenium/testscripts/accounting/begin/A000Login.t [new symlink]
t/old/selenium/testscripts/accounting/begin/A999Logout.t [new symlink]
t/old/selenium/testscripts/accounting/end/A000Login.t [new symlink]
t/old/selenium/testscripts/accounting/end/A999Logout.t [new symlink]
t/old/selenium/testscripts/administration/begin/A001CreateTestDatabase.t [new file with mode: 0644]
t/old/selenium/testscripts/administration/begin/A002CreateTestUser.t [new file with mode: 0644]
t/old/selenium/testscripts/administration/begin/A003UpdateDatabase.t [new file with mode: 0644]
t/old/selenium/testscripts/administration/end/A998DeleteTestUser.t [new file with mode: 0644]
t/old/selenium/testscripts/administration/end/A999DeleteTestDatabase.t [new file with mode: 0644]
t/old/selenium/testscripts/base/000Login.t [new file with mode: 0644]
t/old/selenium/testscripts/base/999Logout.t [new file with mode: 0644]
t/old/selenium/testscripts/masterdata/begin/M000Login.t [new symlink]
t/old/selenium/testscripts/masterdata/begin/M001CreateCustomer.t [new file with mode: 0644]
t/old/selenium/testscripts/masterdata/begin/M002CreateVendor.t [new file with mode: 0644]
t/old/selenium/testscripts/masterdata/begin/M003CreateGoods.t [new file with mode: 0644]
t/old/selenium/testscripts/masterdata/begin/M004AddService.t [new file with mode: 0644]
t/old/selenium/testscripts/masterdata/begin/M005AddProduct.t [new file with mode: 0644]
t/old/selenium/testscripts/masterdata/begin/M006AddProject.t [new file with mode: 0644]
t/old/selenium/testscripts/masterdata/begin/M999Logout.t [new symlink]
t/old/selenium/testscripts/masterdata/end/M000Login.t [new symlink]
t/old/selenium/testscripts/masterdata/end/M995DeleteGoods.t [new file with mode: 0644]
t/old/selenium/testscripts/masterdata/end/M996DeleteProject.t [new file with mode: 0644]
t/old/selenium/testscripts/masterdata/end/M997DeleteService.t [new file with mode: 0644]
t/old/selenium/testscripts/masterdata/end/M998DeleteProduct.t [new file with mode: 0644]
t/old/selenium/testscripts/masterdata/end/M999Logout.t [new symlink]
t/old/selenium/testscripts/payments/begin/P000Login.t [new symlink]
t/old/selenium/testscripts/payments/begin/P999Logout.t [new symlink]
t/old/selenium/testscripts/payments/end/P000Login.t [new symlink]
t/old/selenium/testscripts/payments/end/P999Logout.t [new symlink]
t/old/selenium/testscripts/printing/begin/P000Login.t [new symlink]
t/old/selenium/testscripts/printing/begin/P999Logout.t [new symlink]
t/old/selenium/testscripts/printing/end/P000Login.t [new symlink]
t/old/selenium/testscripts/printing/end/P999Logout.t [new symlink]
t/old/selenium/testscripts/programm/begin/P000Login.t [new symlink]
t/old/selenium/testscripts/programm/begin/P999Logout.t [new symlink]
t/old/selenium/testscripts/programm/end/P000Login.t [new symlink]
t/old/selenium/testscripts/programm/end/P999Logout.t [new symlink]
t/old/selenium/testscripts/purchase/begin/P000Login.t [new symlink]
t/old/selenium/testscripts/purchase/begin/P001CreateQuoteRequest.t [new file with mode: 0644]
t/old/selenium/testscripts/purchase/begin/P999Logout.t [new symlink]
t/old/selenium/testscripts/purchase/end/P000Login.t [new symlink]
t/old/selenium/testscripts/purchase/end/P999Logout.t [new symlink]
t/old/selenium/testscripts/reports/begin/R000Login.t [new symlink]
t/old/selenium/testscripts/reports/begin/R999Logout.t [new symlink]
t/old/selenium/testscripts/reports/end/R000Login.t [new symlink]
t/old/selenium/testscripts/reports/end/R999Logout.t [new symlink]
t/old/selenium/testscripts/selling/begin/S000Login.t [new symlink]
t/old/selenium/testscripts/selling/begin/S001CreateOffers.t [new file with mode: 0644]
t/old/selenium/testscripts/selling/begin/S002CreateCharge.t [new file with mode: 0644]
t/old/selenium/testscripts/selling/begin/S003CreateInvoice.t [new file with mode: 0644]
t/old/selenium/testscripts/selling/begin/S999Logout.t [new symlink]
t/old/selenium/testscripts/selling/end/S000Login.t [new symlink]
t/old/selenium/testscripts/selling/end/S999Logout.t [new symlink]
t/old/selenium/testscripts/system/begin/S000Login.t [new symlink]
t/old/selenium/testscripts/system/begin/S001CreateProductGroups.t [new file with mode: 0644]
t/old/selenium/testscripts/system/begin/S002CreatePriceBrackets.t [new file with mode: 0644]
t/old/selenium/testscripts/system/begin/S003AddLanguage.t [new file with mode: 0644]
t/old/selenium/testscripts/system/begin/S004ShowLanguages.t [new file with mode: 0644]
t/old/selenium/testscripts/system/begin/S005AddPaymentConditions.t [new file with mode: 0644]
t/old/selenium/testscripts/system/begin/S006ShowPaymentConditions.t [new file with mode: 0644]
t/old/selenium/testscripts/system/begin/S007AddCustomerVendorTypes.t [new file with mode: 0644]
t/old/selenium/testscripts/system/begin/S008ShowCustomerVendorTypes.t [new file with mode: 0644]
t/old/selenium/testscripts/system/begin/S009AddShowDeleteMeasure.t [new file with mode: 0644]
t/old/selenium/testscripts/system/begin/S010AddShowDeleteServiceMeasure.t [new file with mode: 0644]
t/old/selenium/testscripts/system/begin/S011CreateAccount.t [new file with mode: 0644]
t/old/selenium/testscripts/system/begin/S012ShowAccount.t [new file with mode: 0644]
t/old/selenium/testscripts/system/begin/S013TestAccount.t [new file with mode: 0644]
t/old/selenium/testscripts/system/begin/S999Logout.t [new symlink]
t/old/selenium/testscripts/system/end/S000Login.t [new symlink]
t/old/selenium/testscripts/system/end/S992DeleteProductGroups.t [new file with mode: 0644]
t/old/selenium/testscripts/system/end/S994DeleteAccount.t [new file with mode: 0644]
t/old/selenium/testscripts/system/end/S995DeleteCustomerVendorTypes.t [new file with mode: 0644]
t/old/selenium/testscripts/system/end/S996DeletePaymentConditions.t [new file with mode: 0644]
t/old/selenium/testscripts/system/end/S997DeleteLanguages.t [new file with mode: 0644]
t/old/selenium/testscripts/system/end/S998DeletePriceBrackets.t [new file with mode: 0644]
t/old/selenium/testscripts/system/end/S999Logout.t [new symlink]
t/selenium/AllTests.t [deleted file]
t/selenium/README [deleted file]
t/selenium/TestAccounting.t [deleted file]
t/selenium/TestAdmin.t [deleted file]
t/selenium/TestAllTests.t [deleted file]
t/selenium/TestCreateTestbed.t [deleted file]
t/selenium/TestMasterData.t [deleted file]
t/selenium/TestPayments.t [deleted file]
t/selenium/TestPrinting.t [deleted file]
t/selenium/TestProgramm.t [deleted file]
t/selenium/TestPurchase.t [deleted file]
t/selenium/TestReports.t [deleted file]
t/selenium/TestSelling.t [deleted file]
t/selenium/TestSystem.t [deleted file]
t/selenium/cleanup.pl [deleted file]
t/selenium/incomming/ustva-Inland-linet.html [deleted file]
t/selenium/testscripts/README [deleted file]
t/selenium/testscripts/accounting/begin/A000Login.t [deleted symlink]
t/selenium/testscripts/accounting/begin/A999Logout.t [deleted symlink]
t/selenium/testscripts/accounting/end/A000Login.t [deleted symlink]
t/selenium/testscripts/accounting/end/A999Logout.t [deleted symlink]
t/selenium/testscripts/administration/begin/A001CreateTestDatabase.t [deleted file]
t/selenium/testscripts/administration/begin/A002CreateTestUser.t [deleted file]
t/selenium/testscripts/administration/begin/A003UpdateDatabase.t [deleted file]
t/selenium/testscripts/administration/end/A998DeleteTestUser.t [deleted file]
t/selenium/testscripts/administration/end/A999DeleteTestDatabase.t [deleted file]
t/selenium/testscripts/base/000Login.t [deleted file]
t/selenium/testscripts/base/999Logout.t [deleted file]
t/selenium/testscripts/masterdata/begin/M000Login.t [deleted symlink]
t/selenium/testscripts/masterdata/begin/M001CreateCustomer.t [deleted file]
t/selenium/testscripts/masterdata/begin/M002CreateVendor.t [deleted file]
t/selenium/testscripts/masterdata/begin/M003CreateGoods.t [deleted file]
t/selenium/testscripts/masterdata/begin/M004AddService.t [deleted file]
t/selenium/testscripts/masterdata/begin/M005AddProduct.t [deleted file]
t/selenium/testscripts/masterdata/begin/M006AddProject.t [deleted file]
t/selenium/testscripts/masterdata/begin/M999Logout.t [deleted symlink]
t/selenium/testscripts/masterdata/end/M000Login.t [deleted symlink]
t/selenium/testscripts/masterdata/end/M995DeleteGoods.t [deleted file]
t/selenium/testscripts/masterdata/end/M996DeleteProject.t [deleted file]
t/selenium/testscripts/masterdata/end/M997DeleteService.t [deleted file]
t/selenium/testscripts/masterdata/end/M998DeleteProduct.t [deleted file]
t/selenium/testscripts/masterdata/end/M999Logout.t [deleted symlink]
t/selenium/testscripts/payments/begin/P000Login.t [deleted symlink]
t/selenium/testscripts/payments/begin/P999Logout.t [deleted symlink]
t/selenium/testscripts/payments/end/P000Login.t [deleted symlink]
t/selenium/testscripts/payments/end/P999Logout.t [deleted symlink]
t/selenium/testscripts/printing/begin/P000Login.t [deleted symlink]
t/selenium/testscripts/printing/begin/P999Logout.t [deleted symlink]
t/selenium/testscripts/printing/end/P000Login.t [deleted symlink]
t/selenium/testscripts/printing/end/P999Logout.t [deleted symlink]
t/selenium/testscripts/programm/begin/P000Login.t [deleted symlink]
t/selenium/testscripts/programm/begin/P999Logout.t [deleted symlink]
t/selenium/testscripts/programm/end/P000Login.t [deleted symlink]
t/selenium/testscripts/programm/end/P999Logout.t [deleted symlink]
t/selenium/testscripts/purchase/begin/P000Login.t [deleted symlink]
t/selenium/testscripts/purchase/begin/P001CreateQuoteRequest.t [deleted file]
t/selenium/testscripts/purchase/begin/P999Logout.t [deleted symlink]
t/selenium/testscripts/purchase/end/P000Login.t [deleted symlink]
t/selenium/testscripts/purchase/end/P999Logout.t [deleted symlink]
t/selenium/testscripts/reports/begin/R000Login.t [deleted symlink]
t/selenium/testscripts/reports/begin/R999Logout.t [deleted symlink]
t/selenium/testscripts/reports/end/R000Login.t [deleted symlink]
t/selenium/testscripts/reports/end/R999Logout.t [deleted symlink]
t/selenium/testscripts/selling/begin/S000Login.t [deleted symlink]
t/selenium/testscripts/selling/begin/S001CreateOffers.t [deleted file]
t/selenium/testscripts/selling/begin/S002CreateCharge.t [deleted file]
t/selenium/testscripts/selling/begin/S003CreateInvoice.t [deleted file]
t/selenium/testscripts/selling/begin/S999Logout.t [deleted symlink]
t/selenium/testscripts/selling/end/S000Login.t [deleted symlink]
t/selenium/testscripts/selling/end/S999Logout.t [deleted symlink]
t/selenium/testscripts/system/begin/S000Login.t [deleted symlink]
t/selenium/testscripts/system/begin/S001CreateProductGroups.t [deleted file]
t/selenium/testscripts/system/begin/S002CreatePriceBrackets.t [deleted file]
t/selenium/testscripts/system/begin/S003AddLanguage.t [deleted file]
t/selenium/testscripts/system/begin/S004ShowLanguages.t [deleted file]
t/selenium/testscripts/system/begin/S005AddPaymentConditions.t [deleted file]
t/selenium/testscripts/system/begin/S006ShowPaymentConditions.t [deleted file]
t/selenium/testscripts/system/begin/S007AddCustomerVendorTypes.t [deleted file]
t/selenium/testscripts/system/begin/S008ShowCustomerVendorTypes.t [deleted file]
t/selenium/testscripts/system/begin/S009AddShowDeleteMeasure.t [deleted file]
t/selenium/testscripts/system/begin/S010AddShowDeleteServiceMeasure.t [deleted file]
t/selenium/testscripts/system/begin/S011CreateAccount.t [deleted file]
t/selenium/testscripts/system/begin/S012ShowAccount.t [deleted file]
t/selenium/testscripts/system/begin/S013TestAccount.t [deleted file]
t/selenium/testscripts/system/begin/S999Logout.t [deleted symlink]
t/selenium/testscripts/system/end/S000Login.t [deleted symlink]
t/selenium/testscripts/system/end/S992DeleteProductGroups.t [deleted file]
t/selenium/testscripts/system/end/S994DeleteAccount.t [deleted file]
t/selenium/testscripts/system/end/S995DeleteCustomerVendorTypes.t [deleted file]
t/selenium/testscripts/system/end/S996DeletePaymentConditions.t [deleted file]
t/selenium/testscripts/system/end/S997DeleteLanguages.t [deleted file]
t/selenium/testscripts/system/end/S998DeletePriceBrackets.t [deleted file]
t/selenium/testscripts/system/end/S999Logout.t [deleted symlink]
t/test.sh [new file with mode: 0755]