diff --git a/misc/test/bug-tracker/Bugs Form.bpmn b/misc/test/bug-tracker/Bugs Form.bpmn deleted file mode 100644 index 6ab568cb..00000000 --- a/misc/test/bug-tracker/Bugs Form.bpmn +++ /dev/null @@ -1,45 +0,0 @@ - - - - - Flow_1mo63ut - - - - Flow_0vtr13m - - - - - - - - - - Flow_1mo63ut - Flow_0vtr13m - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/misc/test/bug-tracker/enter-bug-details-schema.json b/misc/test/bug-tracker/enter-bug-details-schema.json deleted file mode 100644 index 55a96a0b..00000000 --- a/misc/test/bug-tracker/enter-bug-details-schema.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "title": "Enter bug details", - "description": "", - "properties": { - "description": { - "type": "string", - "title": "Description" - }, - "status": { - "type": "string", - "title": "Status", - "enum": [ - "New", - " Developing", - " Ready", - " Done" - ] - } - }, - "required": [] -} \ No newline at end of file diff --git a/misc/test/bug-tracker/enter-bug-details-uischema.json b/misc/test/bug-tracker/enter-bug-details-uischema.json deleted file mode 100644 index e440d0cc..00000000 --- a/misc/test/bug-tracker/enter-bug-details-uischema.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "ui:order": [ - "description", - "status" - ] -} \ No newline at end of file diff --git a/misc/test/bug-tracker/process_model.json b/misc/test/bug-tracker/process_model.json deleted file mode 100644 index fc5c7660..00000000 --- a/misc/test/bug-tracker/process_model.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "description": "", - "display_name": "Bug Tracker", - "display_order": 0, - "exception_notification_addresses": [], - "fault_or_suspend_on_exception": "fault", - "files": [], - "metadata_extraction_paths": [ - { - "key": "description", - "path": "description" - }, - { - "key": "status", - "path": "status" - } - ], - "primary_file_name": "Bugs Form.bpmn", - "primary_process_id": "Process_nar6ded" -} \ No newline at end of file