Skip to content

Commit

Permalink
update 01 to fix issue #1153
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobuzzi committed Aug 19, 2020
1 parent 02c86f3 commit fcce711
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tearDown

self getDefaultEnvironment unregisterApplication: self getDefaultApplication.

importProcess generatedProcesses do: [:each | each resetFormFieldInstances; removeFromCache].
importProcess generatedProcessesDo: [:each | each resetFormFieldInstances; removeFromCache].

self getDefaultApplication resetDefinitionRegistry.
(self defaultApplicationManagerClass getRolesInAppName: self getDefaultApplication applicationName) do: [:each | each removeFromCache].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ testOrbeon604

environment := self getDefaultEnvironment.
agesic := self getOrbeonApplicationClass getExistingBpmApplicationOrCreateNewNamed: 'agesic'.
self getDefaultEnvironment registerApplication: agesic.
applications := OrderedCollection with: agesic.

formDefinition := self formCreatorClass createDefinition: 'test' with: #formDefinition_example_4 in: agesic.
Expand All @@ -23,4 +24,9 @@ testOrbeon604
self deny: importProcess isImportSuccessful.

self assert: importProcess detectedItemsSize equals: 8.
self assert: (importProcess detectedItems allSatisfy: [:each | each code = 604]).
self assert: (importProcess detectedItems allSatisfy: [:each | each code = 604]).

self getDefaultEnvironment unregisterApplication: agesic.
agesic
resetDefinitionRegistry;
removeFromCache.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ testOrbeon608

environment := self getDefaultEnvironment.
agesic := self getOrbeonApplicationClass getExistingBpmApplicationOrCreateNewNamed: 'agesic'.
self getDefaultEnvironment registerApplication: agesic.
applications := OrderedCollection with: agesic.

self formCreatorClass createDefinition: 'test' with: #formDefinition_example_4 in: agesic.
Expand All @@ -23,4 +24,9 @@ testOrbeon608
self deny: importProcess isImportSuccessful.

self assert: importProcess detectedItemsSize equals: 1.
self assert: (importProcess detectedItems anySatisfy: [:each | each code = 608]).
self assert: (importProcess detectedItems anySatisfy: [:each | each code = 608]).

self getDefaultEnvironment unregisterApplication: agesic.
agesic
resetDefinitionRegistry;
removeFromCache.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ testVisaApplianceImport
importProcess importBizagiFiles.

self deny: importProcess hasWarnings.
self assert: importProcess generatedProcesses size equals: 3.
self assert: importProcess generatedProcessesSize equals: 3.

importProcess storeBpmProcessDefinition.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"importProcess" : "brunobb 05/16/2019 04:49",
"importProcess:" : "brunobb 05/16/2019 04:49",
"setUp" : "brunobb 08/07/2019 07:28",
"tearDown" : "brunobb 02/04/2020 10:32",
"tearDown" : "brunobb 08/19/2020 05:22",
"testAllImportErrors" : "brunobb 04/05/2020 17:25",
"testBlockTimerErrors" : "brunobb 04/05/2020 17:29",
"testIssue984" : "brunobb 04/05/2020 17:39",
"testNoStartNoEndEventImportErrors" : "brunobb 04/05/2020 17:25",
"testOrbeon604" : "brunobb 06/05/2020 10:47",
"testOrbeon608" : "brunobb 06/05/2020 10:47",
"testOrbeon604" : "brunobb 08/19/2020 04:29",
"testOrbeon608" : "brunobb 08/19/2020 04:29",
"testOrbeonErrors" : "brunobb 04/05/2020 17:28",
"testPoolsWithoutLanes" : "brunobb 04/05/2020 17:29",
"testReusableEmbeddedInvalid1" : "brunobb 04/05/2020 17:20",
"testVisaApplianceImport" : "brunobb 04/05/2020 17:07",
"testVisaApplianceImport" : "brunobb 08/19/2020 05:21",
"testVisaApplianceImportInvalidSubProcessMapping" : "brunobb 04/05/2020 17:08" } }
2 changes: 1 addition & 1 deletion repository/BpmXpdl_Tests.package/monticello.meta/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'BpmXpdl_Tests-brunobb.65' message '' id '917a8ff7-4b6e-41d0-a6bc-79f2ac9a230a' date '08/13/2020' time '13:58:20' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.64' message '' id '60b7fa7f-a59f-4e37-bf99-6f7c868cbdd1' date '08/07/2020' time '12:29:44' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.63' message '' id '21ea3041-0306-4307-8408-8fff3a79f190' date '08/06/2020' time '11:50:55' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.62' message '' id '4a67f585-df9b-4344-932d-6909f687bd52' date '08/03/2020' time '14:28:23' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.61' message '' id '94bd91ab-a525-473d-9de9-93fd5ce1d779' date '08/03/2020' time '12:56:50' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.60' message '' id 'd5c683fd-3715-441a-9410-438b3b4d17a2' date '07/31/2020' time '13:51:26' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-bruno.59' message '' id '92bb5862-58fb-4e9e-91cf-1c00412ad9df' date '07/24/2020' time '13:27:30' author 'bruno' ancestors ((name 'BpmXpdl_Tests-brunobb.58' message '' id '1b407c07-61c5-4cd7-968c-c604842a4464' date '06/05/2020' time '14:41:17' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.57' message '' id 'fd0ba627-a174-46a6-b22f-629d110ebdd9' date '04/05/2020' time '17:50:16' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.56' message '' id 'aba4f12a-aa4c-4e49-9b79-05abb681fcdc' date '04/05/2020' time '17:41:43' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.55' message '' id '3516a828-0183-4eee-99cf-93b8b460567a' date '04/05/2020' time '17:31:36' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.54' message '' id '1a7dec4e-1720-47a3-8892-6d8e26537219' date '02/04/2020' time '10:47:08' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.53' message '' id 'd34ab6ec-0c3b-4789-b1e7-a4c43c68487e' date '10/18/2019' time '11:04:31' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.52' message '' id 'f6eb8850-d497-49ff-b24f-a819f8ec0041' date '10/07/2019' time '13:10:00' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.51' message '' id 'e0cc20a3-88b6-41c8-a1ed-b3532597630a' date '10/07/2019' time '11:57:07' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.50' message '' id 'b5e7180f-4e37-4d14-9a53-3491c59b93dc' date '10/01/2019' time '04:45:21' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.49' message '' id '97acdf76-70d7-45e9-bc19-3a57db02db0a' date '10/01/2019' time '03:09:58' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.48' message '' id '3f3d8515-c5e3-46fe-a444-0d2803ebed1d' date '09/30/2019' time '13:05:35' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.47' message '' id '20d581c4-be11-4eac-89e8-097d1e7d27a2' date '09/30/2019' time '12:36:56' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.46' message '' id 'ee751f92-8735-4f22-ba88-b502cd75ed21' date '09/30/2019' time '10:34:02' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.45' message '' id '40c1e8f3-aad7-4e59-8bca-b559254e8aee' date '09/30/2019' time '10:14:47' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.44' message '' id '2cbb1110-4018-4da4-90af-42f61d650558' date '09/30/2019' time '10:07:03' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.43' message '' id '97380c40-ae4c-4773-a484-d559f45f2206' date '09/27/2019' time '11:47:33' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.42' message '' id '3a3c8f80-ca21-4309-b80a-a2b40bcef76e' date '09/27/2019' time '10:58:24' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.41' message '' id '8fba6360-568b-4ace-b9cd-5bdb4310258d' date '09/27/2019' time '09:14:47' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.40' message '' id '18a3324e-cd99-4d60-b70b-33f12cac849e' date '09/19/2019' time '12:08:19' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.39' message '' id '23bb67fc-4563-4c61-945c-a41cbf33044b' date '08/27/2019' time '09:42:13' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.38' message '' id '80ef7d87-1f0f-495c-be0b-a2cc549e27de' date '08/27/2019' time '08:59:38' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.37' message '' id 'ac56d63a-e014-437a-b4af-5f7fa6246858' date '08/21/2019' time '12:51:50' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.36' message '' id '190aaa6b-624c-43fb-9b61-d4247dae42a1' date '08/12/2019' time '13:00:40' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.35' message '' id '69c5126b-de8f-4e1d-84a0-4fc0444a0997' date '08/07/2019' time '07:38:21' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.34' message '' id 'a2a986fb-977a-4288-98cf-a331dcc27b1c' date '08/07/2019' time '07:29:32' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.33' message '' id '35f6d38e-b7fb-4468-b60e-18a923c6b312' date '08/07/2019' time '07:20:48' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.32' message '' id '142960cd-5ef2-4138-8689-cb45a922e616' date '05/23/2019' time '04:45:39' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.30' message '' id '4b981097-d7db-46d2-a056-14e691aa889d' date '05/21/2019' time '05:36:14' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.29' message '' id '7f28d748-6869-4f24-92eb-ad6c0925e718' date '05/16/2019' time '06:18:40' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.28' message '' id 'c505c1ff-d190-484c-93e3-6cc48748944d' date '03/25/2019' time '09:14:31' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.27' message '' id '799d64f3-ee04-4759-8c69-af23c04c2013' date '03/25/2019' time '08:26:39' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.26' message '' id '872b00ad-54bb-4f91-b07d-7a7d682ed478' date '03/25/2019' time '08:04:05' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.25' message '' id 'd5730f7e-0463-46d9-88e3-97bc873fb15a' date '11/28/2018' time '08:39:51' author 'brunobb' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
(name 'BpmXpdl_Tests-brunobb.66' message '' id '34ef0860-bcd2-441a-b100-efeb69863038' date '08/19/2020' time '05:24:07' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.65' message '' id '917a8ff7-4b6e-41d0-a6bc-79f2ac9a230a' date '08/13/2020' time '13:58:20' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.64' message '' id '60b7fa7f-a59f-4e37-bf99-6f7c868cbdd1' date '08/07/2020' time '12:29:44' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.63' message '' id '21ea3041-0306-4307-8408-8fff3a79f190' date '08/06/2020' time '11:50:55' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.62' message '' id '4a67f585-df9b-4344-932d-6909f687bd52' date '08/03/2020' time '14:28:23' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.61' message '' id '94bd91ab-a525-473d-9de9-93fd5ce1d779' date '08/03/2020' time '12:56:50' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.60' message '' id 'd5c683fd-3715-441a-9410-438b3b4d17a2' date '07/31/2020' time '13:51:26' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-bruno.59' message '' id '92bb5862-58fb-4e9e-91cf-1c00412ad9df' date '07/24/2020' time '13:27:30' author 'bruno' ancestors ((name 'BpmXpdl_Tests-brunobb.58' message '' id '1b407c07-61c5-4cd7-968c-c604842a4464' date '06/05/2020' time '14:41:17' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.57' message '' id 'fd0ba627-a174-46a6-b22f-629d110ebdd9' date '04/05/2020' time '17:50:16' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.56' message '' id 'aba4f12a-aa4c-4e49-9b79-05abb681fcdc' date '04/05/2020' time '17:41:43' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.55' message '' id '3516a828-0183-4eee-99cf-93b8b460567a' date '04/05/2020' time '17:31:36' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.54' message '' id '1a7dec4e-1720-47a3-8892-6d8e26537219' date '02/04/2020' time '10:47:08' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.53' message '' id 'd34ab6ec-0c3b-4789-b1e7-a4c43c68487e' date '10/18/2019' time '11:04:31' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.52' message '' id 'f6eb8850-d497-49ff-b24f-a819f8ec0041' date '10/07/2019' time '13:10:00' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.51' message '' id 'e0cc20a3-88b6-41c8-a1ed-b3532597630a' date '10/07/2019' time '11:57:07' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.50' message '' id 'b5e7180f-4e37-4d14-9a53-3491c59b93dc' date '10/01/2019' time '04:45:21' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.49' message '' id '97acdf76-70d7-45e9-bc19-3a57db02db0a' date '10/01/2019' time '03:09:58' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.48' message '' id '3f3d8515-c5e3-46fe-a444-0d2803ebed1d' date '09/30/2019' time '13:05:35' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.47' message '' id '20d581c4-be11-4eac-89e8-097d1e7d27a2' date '09/30/2019' time '12:36:56' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.46' message '' id 'ee751f92-8735-4f22-ba88-b502cd75ed21' date '09/30/2019' time '10:34:02' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.45' message '' id '40c1e8f3-aad7-4e59-8bca-b559254e8aee' date '09/30/2019' time '10:14:47' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.44' message '' id '2cbb1110-4018-4da4-90af-42f61d650558' date '09/30/2019' time '10:07:03' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.43' message '' id '97380c40-ae4c-4773-a484-d559f45f2206' date '09/27/2019' time '11:47:33' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.42' message '' id '3a3c8f80-ca21-4309-b80a-a2b40bcef76e' date '09/27/2019' time '10:58:24' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.41' message '' id '8fba6360-568b-4ace-b9cd-5bdb4310258d' date '09/27/2019' time '09:14:47' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.40' message '' id '18a3324e-cd99-4d60-b70b-33f12cac849e' date '09/19/2019' time '12:08:19' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.39' message '' id '23bb67fc-4563-4c61-945c-a41cbf33044b' date '08/27/2019' time '09:42:13' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.38' message '' id '80ef7d87-1f0f-495c-be0b-a2cc549e27de' date '08/27/2019' time '08:59:38' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.37' message '' id 'ac56d63a-e014-437a-b4af-5f7fa6246858' date '08/21/2019' time '12:51:50' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.36' message '' id '190aaa6b-624c-43fb-9b61-d4247dae42a1' date '08/12/2019' time '13:00:40' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.35' message '' id '69c5126b-de8f-4e1d-84a0-4fc0444a0997' date '08/07/2019' time '07:38:21' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.34' message '' id 'a2a986fb-977a-4288-98cf-a331dcc27b1c' date '08/07/2019' time '07:29:32' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.33' message '' id '35f6d38e-b7fb-4468-b60e-18a923c6b312' date '08/07/2019' time '07:20:48' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.32' message '' id '142960cd-5ef2-4138-8689-cb45a922e616' date '05/23/2019' time '04:45:39' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.30' message '' id '4b981097-d7db-46d2-a056-14e691aa889d' date '05/21/2019' time '05:36:14' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.29' message '' id '7f28d748-6869-4f24-92eb-ad6c0925e718' date '05/16/2019' time '06:18:40' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.28' message '' id 'c505c1ff-d190-484c-93e3-6cc48748944d' date '03/25/2019' time '09:14:31' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.27' message '' id '799d64f3-ee04-4759-8c69-af23c04c2013' date '03/25/2019' time '08:26:39' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.26' message '' id '872b00ad-54bb-4f91-b07d-7a7d682ed478' date '03/25/2019' time '08:04:05' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.25' message '' id 'd5730f7e-0463-46d9-88e3-97bc873fb15a' date '11/28/2018' time '08:39:51' author 'brunobb' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())

0 comments on commit fcce711

Please sign in to comment.