Skip to content

Commit

Permalink
Fix frank-manual tests, will check text about Ladybug later
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Dirkse committed Oct 1, 2024
1 parent f5f6834 commit 82eadcf
Show file tree
Hide file tree
Showing 19 changed files with 12 additions and 12 deletions.
Binary file modified docs/source/downloads/advancedDevelopmentDockerDevelJms.zip
Binary file not shown.
Binary file modified docs/source/downloads/advancedDevelopmentDockerDevelPreJms.zip
Binary file not shown.
Binary file not shown.
Binary file modified docs/source/downloads/advancedDevelopmentProperties.zip
Binary file not shown.
Binary file modified docs/source/downloads/configurations/NewHorizons.zip
Binary file not shown.
Binary file modified docs/source/downloads/configurations/NewHorizonsDatabase.zip
Binary file not shown.
Binary file not shown.
Binary file modified docs/source/downloads/configurations/NewHorizonsValidate.zip
Binary file not shown.
Binary file modified docs/source/downloads/configurations/credentials.zip
Binary file not shown.
Binary file modified docs/source/downloads/configurations/forFrankConsole.zip
Binary file not shown.
Binary file modified docs/source/downloads/configurations/forFrankConsole_2.zip
Binary file not shown.
Binary file modified docs/source/downloads/configurations/hermesBridge.zip
Binary file not shown.
Binary file modified docs/source/downloads/deploymentTomcat.zip
Binary file not shown.
Binary file modified docs/source/downloads/extendLadybugTable.zip
Binary file not shown.
Binary file modified docs/source/downloads/ladybug.zip
Binary file not shown.
Binary file modified docs/source/downloads/sandbox/v01.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ xsi:noNamespaceSchemaLocation="../FrankConfig.xsd">
root="message"
schema="message.xsd">
<Forward name="success" path="pipeAddDefaults"/>
<Forward name="parseError" path="ServerError"/>
<Forward name="illegalRoot" path="ServerError"/>
<Forward name="parserError" path="ServerError"/>
<Forward name="failure" path="ServerError"/>
<Forward name="exception" path="ServerError"/>
</XmlValidatorPipe>
<XsltPipe
name="pipeAddDefaults"
Expand Down Expand Up @@ -68,9 +68,9 @@ xsi:noNamespaceSchemaLocation="../FrankConfig.xsd">
root="uuid"
schema="uuid.xsd">
<Forward name="success" path="pipeGetMessage"/>
<Forward name="parseError" path="ServerError"/>
<Forward name="illegalRoot" path="ServerError"/>
<Forward name="parserError" path="ServerError"/>
<Forward name="failure" path="ServerError"/>
<Forward name="exception" path="ServerError"/>
</XmlValidatorPipe>
<SenderPipe
name="pipeGetMessage">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ xsi:noNamespaceSchemaLocation="../FrankConfig.xsd">
root="message"
schema="message.xsd">
<Forward name="success" path="pipeAddDefaults"/>
<Forward name="parseError" path="ServerError"/>
<Forward name="illegalRoot" path="ServerError"/>
<Forward name="parserError" path="ServerError"/>
<Forward name="failure" path="ServerError"/>
<Forward name="exception" path="ServerError"/>
</XmlValidatorPipe>
<XsltPipe
name="pipeAddDefaults"
Expand Down Expand Up @@ -68,9 +68,9 @@ xsi:noNamespaceSchemaLocation="../FrankConfig.xsd">
root="uuid"
schema="uuid.xsd">
<Forward name="success" path="pipeGetMessage"/>
<Forward name="parseError" path="ServerError"/>
<Forward name="illegalRoot" path="ServerError"/>
<Forward name="parserError" path="ServerError"/>
<Forward name="failure" path="ServerError"/>
<Forward name="exception" path="ServerError"/>
</XmlValidatorPipe>
<SenderPipe
name="pipeGetMessage">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ xsi:noNamespaceSchemaLocation="../FrankConfig.xsd">
root="message"
schema="message.xsd">
<Forward name="success" path="pipeAddDefaults"/>
<Forward name="parseError" path="ServerError"/>
<Forward name="illegalRoot" path="ServerError"/>
<Forward name="parserError" path="ServerError"/>
<Forward name="failure" path="ServerError"/>
<Forward name="exception" path="ServerError"/>
</XmlValidatorPipe>
<XsltPipe
name="pipeAddDefaults"
Expand Down Expand Up @@ -68,9 +68,9 @@ xsi:noNamespaceSchemaLocation="../FrankConfig.xsd">
root="uuid"
schema="uuid.xsd">
<Forward name="success" path="pipeGetMessage"/>
<Forward name="parseError" path="ServerError"/>
<Forward name="illegalRoot" path="ServerError"/>
<Forward name="parserError" path="ServerError"/>
<Forward name="failure" path="ServerError"/>
<Forward name="exception" path="ServerError"/>
</XmlValidatorPipe>
<SenderPipe
name="pipeGetMessage">
Expand Down

0 comments on commit 82eadcf

Please sign in to comment.