Commit a9ef8076 authored by Łukasz Nowak's avatar Łukasz Nowak

Check only for really installed modules.

parent 52e247b4
......@@ -83,7 +83,6 @@ active_process.postResult(active_result)
expected_list = sorted([
'account_module',
'accounting_module',
'bar_module',
'bug_module',
'business_configuration_module',
'business_process_module',
......@@ -97,13 +96,10 @@ active_process.postResult(active_result)
'credential_update_module',
'currency_module',
'data_set_module',
'discount_module',
'document_ingestion_module',
'document_module',
'event_module',
'external_source_module',
'foo_bar_module',
'foo_module',
'glossary_module',
'hosting_subscription_module',
'image_module',
......@@ -116,22 +112,17 @@ active_process.postResult(active_result)
'knowledge_pad_module',
'meeting_module',
'notification_message_module',
'open_internal_order_module',
'open_purchase_order_module',
'open_sale_order_module',
'organisation_module',
'person_module',
'portal_activities',
'portal_simulation',
'product_module',
'project_module',
'purchase_order_module',
'purchase_packing_list_module',
'purchase_supply_module',
'purchase_trade_condition_module',
'quantity_unit_conversion_module',
'query_module',
'requirement_module',
'returned_purchase_packing_list_module',
'returned_sale_packing_list_module',
'sale_opportunity_module',
......@@ -148,10 +139,6 @@ active_process.postResult(active_result)
'software_publication_module',
'software_release_module',
'support_request_module',
'system_event_module',
'task_module',
'task_report_module',
'tax_module',
'transformation_module',
'web_page_module',
'web_site_module',
......
195
\ No newline at end of file
196
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment