• Home
Name Date Size #Lines LOC

..--

README.mdD03-May-2024539 1611

ait_no_url_base.binD03-May-202439

ait_no_url_base.xmlD03-May-2024512 1413

ait_no_url_path.binD03-May-202450

ait_no_url_path.xmlD03-May-20241.1 KiB3013

ait_typical.binD03-May-2024105

ait_typical.xmlD03-May-2024954 2423

README.md

1# DVB Test Data
2
3The `.bin` files in this directory are generated from the `.xml` files using
4`tstabcomp` from [TSDuck](https://tsduck.io/).
5
6The XML files are kept to make it clear where the values in the test assertions
7are coming from, and to make it easier to change or add data in future. When
8adding new files, or making changes to existing ones, you should regenerate the
9`.bin` files using the command above before committing.
10
11To regenerate all the `.bin` files:
12
13```shell
14$  tstabcomp -c testdata/src/test/assets/dvbsi/*.xml
15```
16