Differences From Artifact [de7679f0cf]:
- File tests/natools-smaz_tests.adb — part of check-in [c0e42e8031] at 2016-12-26 20:00:50 on branch trunk — smaz_tests: add tests to fully cover non-variable-verbatim code (user: nat size: 11468)
To Artifact [bee7ae34a6]:
- File tests/natools-smaz_tests.adb — part of check-in [77d59bd0f4] at 2016-12-27 21:28:43 on branch trunk — smaz_tests: fix message of exceptions during decompression roundtrip (user: nat size: 11470)
| ︙ | |||
152 153 154 155 156 157 158 | 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 | - + |
end if;
end;
end if;
end;
exception
when Error : others =>
if not First_OK then
|
| ︙ |