From f19238f9d6aa48501b6d9423da99d77f4bb32a65 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: Tue, 6 Sep 2011 12:30:59 +0200 Subject: [PATCH] Add a suite for all the resources and include resources in all_test.suite new file: scripts/functional-tests/resources/all_resources_test.suite FEA: ItEr75S24ResourcesTests --- scripts/functional-tests/all_test.suite | 9 +++++++++ .../functional-tests/resources/all_resources_test.suite | 6 ++++++ 2 files changed, 15 insertions(+) create mode 100644 scripts/functional-tests/resources/all_resources_test.suite diff --git a/scripts/functional-tests/all_test.suite b/scripts/functional-tests/all_test.suite index b9f2846d0..0733047db 100644 --- a/scripts/functional-tests/all_test.suite +++ b/scripts/functional-tests/all_test.suite @@ -17,3 +17,12 @@ administration-management/calendar_test.sah administration-management/material_test.sah 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 diff --git a/scripts/functional-tests/resources/all_resources_test.suite b/scripts/functional-tests/resources/all_resources_test.suite new file mode 100644 index 000000000..1fcea88b2 --- /dev/null +++ b/scripts/functional-tests/resources/all_resources_test.suite @@ -0,0 +1,6 @@ +worker_test.sah +machines_test.sah +virtual_worker_test.sah +work_report_test.sah +companies_test.sah +subcontracting_test.sah