Overview
Comment: | smaz_tests: fix a mistake in a hand-made expected base-4096 stream |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
18dc02b3a088353cb1a47aef618cf933 |
User & Date: | nat on 2017-02-05 22:42:18 |
Other Links: | manifest | tags |
Context
2017-02-06
| ||
22:09 | smaz_generic: add a description and an important warning check-in: 5793080d7d user: nat tags: trunk | |
2017-02-05
| ||
22:42 | smaz_tests: fix a mistake in a hand-made expected base-4096 stream check-in: 18dc02b3a0 user: nat tags: trunk | |
2017-02-04
| ||
22:25 | smaz_tests: fix endianness of the hand-encoded base-4096 streams check-in: 97980e3f18 user: nat tags: trunk | |
Changes
Modified tests/natools-smaz_tests.adb from [9da659b0ad] to [da8efb0480].
︙ | ︙ | |||
507 508 509 510 511 512 513 | "the end", To_SEA ("BdlBgABXkB")); Roundtrip_Test (Test, Dictionary, "not-a-g00d-Exampl333", To_SEA ("sa0BtAhBtAnBAEkBtATsYVdbxK")); Roundtrip_Test (Test, Dictionary, "Smaz is a simple compression library", | | | 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 | "the end", To_SEA ("BdlBgABXkB")); Roundtrip_Test (Test, Dictionary, "not-a-g00d-Exampl333", To_SEA ("sa0BtAhBtAnBAEkBtATsYVdbxK")); Roundtrip_Test (Test, Dictionary, "Smaz is a simple compression library", To_SEA ("0xlVgAuYgAhBgAocTauZgAOWTaKcycqYuBgAyZ3VdV5B")); Roundtrip_Test (Test, Dictionary, "Nothing is more difficult, and therefore more precious, " & "than to be able to decide", To_SEA ("0vBdpYnBgAuYgASaKcgAiWTXeYfd0BsAgAZVkBgABdFX5WJblBgASaKcgA" & "jb2WqYmdsAgABdZVgAIdgAqVgANVuZgAIdgAeWIWeW")); Roundtrip_Test (Test, Dictionary, "this is an example of what works very well with smaz", |
︙ | ︙ |