Skip to content

Commit

Permalink
tests: add 0xb826 v22 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
handymenny committed Dec 11, 2024
1 parent 7b4c972 commit 699ba29
Show file tree
Hide file tree
Showing 7 changed files with 9,880 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,4 +271,19 @@ internal class Import0xB826Test :
fun parseV21SAulTxSwitch() {
parse("0xB826-v21-SA-ulTxSwitch.bin", "0xB826-v21-SA-ulTxSwitch.json")
}

@Test
fun parseV22NSA() {
parse("0xB826-v22-NSA.bin", "0xB826-v22-NSA.json")
}

@Test
fun parseV22SA() {
parse("0xB826-v22-SA.bin", "0xB826-v22-SA.json")
}

@Test
fun parseV22SAulTxSwitch() {
parse("0xB826-v22-SA-ulTxSwitch.bin", "0xB826-v22-SA-ulTxSwitch.json")
}
}
Binary file not shown.
Binary file not shown.
Binary file added src/test/resources/0xB826/input/0xB826-v22-SA.bin
Binary file not shown.
Loading

0 comments on commit 699ba29

Please sign in to comment.