-
Bug
-
Resolution: Done
-
Major
-
6.3.2
-
BPMS 6.3.2 CR1
Windows
-
-
-
-
-
-
CR1
-
The org.jbpm.designer.server.BusinessProcessCopyHelperTest.testBusinessProcessFile introduced by the fix to RHBPMS-1698 fails on Windows:
org.junit.ComparisonFailure: expected:<[.Evaluation/src/main/resources/]MyNewProcess> but was:<[Evaluation.]MyNewProcess> at org.junit.Assert.assertEquals(Assert.java:115) at org.junit.Assert.assertEquals(Assert.java:144) at org.jbpm.designer.server.BusinessProcessCopyHelperTest.testBusinessProcessFile(BusinessProcessCopyHelperTest.java:101)
The test succeeds on Linux. I have manually verified that RHBPMS-1698 fix works on Windows, so the problem seems related to the test only.
- is related to
-
RHBPMS-4175 org.jbpm.designer.server.BusinessProcessCopyHelperTest produces different process ID on Windows
- Closed