-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
6.3.2
-
BxMS 6.3.2 CR1
Windows
-
RC1
-
-
-
-
-
-
This is a follow-up issue to RHBPMS-4164: the org.jbpm.designer.server.BusinessProcessCopyHelperTest.testBusinessProcessFile introduced by the fix to RHBPMS-1698 failed 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 has been fixed by changing the assertion, nevertheless, the reason why the ProcessID after copying is generated differently on Windows (compared to Linux) should be investigated. It is possible that the problem is in the test only, but we should make sure.
- relates to
-
RHBPMS-4164 org.jbpm.designer.server.BusinessProcessCopyHelperTest fails on Windows
- Verified
-
JBPM-5326 Around 80 designer tests fail when run in Windows environment
- Open