From 27a6b0820a78954b1940c5cee354c93753804db3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Fern=C3=A1ndez=20de=20la=20Cigo=C3=B1a=20N=C3=B3vo?= =?UTF-8?q?a?= Date: Mon, 12 Sep 2011 11:31:17 +0200 Subject: [PATCH] Added new file all_account_test.suite which allow run all the account tests and include account tests in all_test.suite new file: scripts/functional-tests/account/all_account_test.suite FEA: ItEr75S24ResourcesTests --- scripts/functional-tests/account/all_account_test.suite | 2 ++ scripts/functional-tests/all_test.suite | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 scripts/functional-tests/account/all_account_test.suite diff --git a/scripts/functional-tests/account/all_account_test.suite b/scripts/functional-tests/account/all_account_test.suite new file mode 100644 index 000000000..fc1e9568b --- /dev/null +++ b/scripts/functional-tests/account/all_account_test.suite @@ -0,0 +1,2 @@ +password_test.sah +settings_test.sah diff --git a/scripts/functional-tests/all_test.suite b/scripts/functional-tests/all_test.suite index 0733047db..93038231d 100644 --- a/scripts/functional-tests/all_test.suite +++ b/scripts/functional-tests/all_test.suite @@ -19,10 +19,13 @@ administration-management/quality_forms_test.sah administration-management/cost_categories_test.sah # Resources - resources/worker_test.sah resources/machines_test.sah resources/virtual_worker_test.sah resources/work_report_test.sah resources/companies_test.sah resources/subcontracting_test.sah + +# My Account +account/password_test.sah +account/settings_test.sah