You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Product : Either of TIBCO ActiveMatrix Businessworks 6
Product version: 6.7.0
Component: Maven Eclipse Plugin
Steps to reproduce the issue:
This assumes you have already added the "Test" file for the sub-process in question. Please refer "Adding Unit Tests Assertions" section from https://github.com/TIBCOSoftware/bw6-plugin-maven/wiki/UnitTesting to add test file.
This assumes the test project is Mavenized.
Direct subprocess has a mapper activity which concats test data to input string.
Run "mvn clean initialize site package" in parent project: "payee-service-parent"
Assertion error @Mapper in test case "/PayeeAppModule/Tests/SubProcess.bwt":
See the output text formatted below:
[ERROR] -----------------------------------------------------Fault Data---------------------------------------------------------------------
Assertion Failed For Activity with name [Mapper] in Sub-Process [com.tecxis.payee.mapping.SubProcess] for TestCase File [/PayeeAppModule/Tests/SubProcess.bwt] [Reason] - Validation failed against Gold file. Please compare Activity output against Gold output values [Activity Output:
<tns:Output xmlns:tns="http://www.tibco.com/namespaces/tnt/plugins/generalactivities/mapper/1624722597444">â?¬ABC</tns:Output>]
[Gold Output: <tns:Output xmlns:tns="http://www.tibco.com/namespaces/tnt/plugins/generalactivities/mapper/1624722597444">â?¬ABC</tns:Output>]
3. Activity output matches the Gold output however assertion fails.
Additional information you deem important (e.g. issue happens only occasionally):
€ symbol is escaped as non-XML characters: "â?¬"
See the test project attached: Payee.zip
Note: Configure bw6-maven-plugin properties (such as tibco.Home) in file: /Payee.application/pom.xml
No description provided.
The text was updated successfully, but these errors were encountered: