Skip to content

Commit

Permalink
Merge pull request #487 from handymenny/fix-test
Browse files Browse the repository at this point in the history
serverModeMultiparserParseTest: fix scat test
  • Loading branch information
handymenny authored Sep 30, 2024
2 parents b3debaa + 99a0069 commit 82008ab
Show file tree
Hide file tree
Showing 2 changed files with 30,559 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -421,10 +421,16 @@ internal class ServerModeMultiPartParseTest {
addJsonObject {
put("type", "DLF")
putJsonArray("inputIndexes") { add(1) }
}
addJsonObject {
put("type", "SDM")
putJsonArray("inputIndexes") { add(0) }
}
addJsonObject {
put("type", "HDF")
putJsonArray("inputIndexes") { add(3) }
}
addJsonObject {
put("type", "QMDL")
putJsonArray("inputIndexes") { add(2) }
}
Expand Down
Loading

0 comments on commit 82008ab

Please sign in to comment.