From b9bec04027ee376308f9a618a7cb284974d601da Mon Sep 17 00:00:00 2001 From: strongly-typed Date: Mon, 9 May 2016 01:36:50 +0200 Subject: [PATCH] Tests: Add XML files for hexdumps of error frames. --- test/error-frames/application_busy.xml | 8 ++++++++ test/error-frames/buffer_too_long.xml | 8 ++++++++ test/error-frames/error.xml | 8 ++++++++ test/error-frames/premature_end_of_record.xml | 8 ++++++++ test/error-frames/too_many_difes.xml | 8 ++++++++ test/error-frames/too_many_readouts.xml | 8 ++++++++ test/error-frames/too_many_records.xml | 8 ++++++++ test/error-frames/too_many_vifes.xml | 8 ++++++++ test/error-frames/unimplemented_ci.xml | 8 ++++++++ test/error-frames/unspecified_error.xml | 8 ++++++++ 10 files changed, 80 insertions(+) create mode 100644 test/error-frames/application_busy.xml create mode 100644 test/error-frames/buffer_too_long.xml create mode 100644 test/error-frames/error.xml create mode 100644 test/error-frames/premature_end_of_record.xml create mode 100644 test/error-frames/too_many_difes.xml create mode 100644 test/error-frames/too_many_readouts.xml create mode 100644 test/error-frames/too_many_records.xml create mode 100644 test/error-frames/too_many_vifes.xml create mode 100644 test/error-frames/unimplemented_ci.xml create mode 100644 test/error-frames/unspecified_error.xml diff --git a/test/error-frames/application_busy.xml b/test/error-frames/application_busy.xml new file mode 100644 index 0000000..566a2ed --- /dev/null +++ b/test/error-frames/application_busy.xml @@ -0,0 +1,8 @@ + + + + + Application busy + + + diff --git a/test/error-frames/buffer_too_long.xml b/test/error-frames/buffer_too_long.xml new file mode 100644 index 0000000..03158ed --- /dev/null +++ b/test/error-frames/buffer_too_long.xml @@ -0,0 +1,8 @@ + + + + + Buffer too long, truncated + + + diff --git a/test/error-frames/error.xml b/test/error-frames/error.xml new file mode 100644 index 0000000..f09ecc6 --- /dev/null +++ b/test/error-frames/error.xml @@ -0,0 +1,8 @@ + + + + + Unspecified error + + + diff --git a/test/error-frames/premature_end_of_record.xml b/test/error-frames/premature_end_of_record.xml new file mode 100644 index 0000000..d3e3080 --- /dev/null +++ b/test/error-frames/premature_end_of_record.xml @@ -0,0 +1,8 @@ + + + + + Premature end of record + + + diff --git a/test/error-frames/too_many_difes.xml b/test/error-frames/too_many_difes.xml new file mode 100644 index 0000000..5f1e2fa --- /dev/null +++ b/test/error-frames/too_many_difes.xml @@ -0,0 +1,8 @@ + + + + + More than 10 DIFE´s + + + diff --git a/test/error-frames/too_many_readouts.xml b/test/error-frames/too_many_readouts.xml new file mode 100644 index 0000000..1c8b1fa --- /dev/null +++ b/test/error-frames/too_many_readouts.xml @@ -0,0 +1,8 @@ + + + + + Too many readouts + + + diff --git a/test/error-frames/too_many_records.xml b/test/error-frames/too_many_records.xml new file mode 100644 index 0000000..64d5e45 --- /dev/null +++ b/test/error-frames/too_many_records.xml @@ -0,0 +1,8 @@ + + + + + Too many records + + + diff --git a/test/error-frames/too_many_vifes.xml b/test/error-frames/too_many_vifes.xml new file mode 100644 index 0000000..cd29ef0 --- /dev/null +++ b/test/error-frames/too_many_vifes.xml @@ -0,0 +1,8 @@ + + + + + More than 10 VIFE´s + + + diff --git a/test/error-frames/unimplemented_ci.xml b/test/error-frames/unimplemented_ci.xml new file mode 100644 index 0000000..e73a8f0 --- /dev/null +++ b/test/error-frames/unimplemented_ci.xml @@ -0,0 +1,8 @@ + + + + + Unimplemented CI-Field + + + diff --git a/test/error-frames/unspecified_error.xml b/test/error-frames/unspecified_error.xml new file mode 100644 index 0000000..f09ecc6 --- /dev/null +++ b/test/error-frames/unspecified_error.xml @@ -0,0 +1,8 @@ + + + + + Unspecified error + + +