Skip to content

Commit 66f96a2

Browse files
committed
updated snapshots
1 parent 0588ce5 commit 66f96a2

8 files changed

+10
-10
lines changed

src/importer/conllu/snapshots/annatto__importer__conllu__tests__conll_fail_invalid_heads.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
source: src/importer/conllu/tests.rs
33
expression: job.err().unwrap().to_string()
44
---
5-
Error during importing corpus from invalid-heads/test_file with "import_conllu": "Failed to build dependency tree: Unknown head id `9` (line 1)"
5+
Error during importing corpus from invalid-heads/test_file with import_conllu: Failed to build dependency tree: Unknown head id `9` (line 1)

src/importer/exmaralda/snapshots/annatto__importer__exmaralda__tests__bad_timevalue_fail.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
source: src/importer/exmaralda/tests.rs
33
expression: r.err().unwrap().to_string()
44
---
5-
Error during importing corpus from ./tests/data/import/exmaralda/fail-bad_timevalue/test_doc.exb with "import_exmaralda": "Failed to parse tli time value."
5+
Error during importing corpus from ./tests/data/import/exmaralda/fail-bad_timevalue/test_doc.exb with import_exmaralda: Failed to parse tli time value.

src/importer/exmaralda/snapshots/annatto__importer__exmaralda__tests__category_fail.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
source: src/importer/exmaralda/tests.rs
33
expression: r.err().unwrap().to_string()
44
---
5-
Error during importing corpus from ./tests/data/import/exmaralda/fail-no_category/test_doc.exb with "import_exmaralda": "Tier encountered with undefined category attribute."
5+
Error during importing corpus from ./tests/data/import/exmaralda/fail-no_category/test_doc.exb with import_exmaralda: Tier encountered with undefined category attribute.

src/importer/exmaralda/snapshots/annatto__importer__exmaralda__tests__invalid_fail.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
source: src/importer/exmaralda/tests.rs
33
expression: r.err().unwrap().to_string()
44
---
5-
Error during importing corpus from ./tests/data/import/exmaralda/fail-invalid/import/exmaralda/test_doc_invalid.exb with "import_exmaralda": "Start time is bigger than end time for ids: T1--T2 "
5+
Error during importing corpus from ./tests/data/import/exmaralda/fail-invalid/import/exmaralda/test_doc_invalid.exb with import_exmaralda: Start time is bigger than end time for ids: T1--T2

src/importer/exmaralda/snapshots/annatto__importer__exmaralda__tests__timeline_fail.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
source: src/importer/exmaralda/tests.rs
33
expression: r.err().unwrap().to_string()
44
---
5-
Error during importing corpus from ./tests/data/import/exmaralda/fail-corrupt_timeline/import/exmaralda/test_doc.exb with "import_exmaralda": "Start time is bigger than end time for ids: T1--T2 "
5+
Error during importing corpus from ./tests/data/import/exmaralda/fail-corrupt_timeline/import/exmaralda/test_doc.exb with import_exmaralda: Start time is bigger than end time for ids: T1--T2

src/importer/exmaralda/snapshots/annatto__importer__exmaralda__tests__undefined_speaker_fail.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
source: src/importer/exmaralda/tests.rs
33
expression: r.err().unwrap().to_string()
44
---
5-
Error during importing corpus from ./tests/data/import/exmaralda/fail-undefined_speaker/test_doc.exb with "import_exmaralda": "Speaker `dipl` has not been defined in speaker-table."
5+
Error during importing corpus from ./tests/data/import/exmaralda/fail-undefined_speaker/test_doc.exb with import_exmaralda: Speaker `dipl` has not been defined in speaker-table.

src/importer/exmaralda/snapshots/annatto__importer__exmaralda__tests__underspec_event_fail.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
source: src/importer/exmaralda/tests.rs
33
expression: r.err().unwrap().to_string()
44
---
5-
Conversion failed with errors: Error during importing corpus from ./tests/data/import/exmaralda/fail-no_start_no_end/test_doc.exb with "import_exmaralda": "Could not determine end id of currently processed event `in`. Event will be skipped. Import will fail."
6-
Error during importing corpus from ./tests/data/import/exmaralda/fail-no_start_no_end/test_doc.exb with "import_exmaralda": "Could not determine start id of currently processed event `York`. Event will be skipped. Import will fail."
7-
Error during importing corpus from ./tests/data/import/exmaralda/fail-no_start_no_end/test_doc.exb with "import_exmaralda": "Could not determine start id of currently processed event `in`. Event will be skipped. Import will fail."
5+
Conversion failed with errors: Error during importing corpus from ./tests/data/import/exmaralda/fail-no_start_no_end/test_doc.exb with import_exmaralda: Could not determine end id of currently processed event `in`. Event will be skipped. Import will fail.
6+
Error during importing corpus from ./tests/data/import/exmaralda/fail-no_start_no_end/test_doc.exb with import_exmaralda: Could not determine start id of currently processed event `York`. Event will be skipped. Import will fail.
7+
Error during importing corpus from ./tests/data/import/exmaralda/fail-no_start_no_end/test_doc.exb with import_exmaralda: Could not determine start id of currently processed event `in`. Event will be skipped. Import will fail.

src/importer/exmaralda/snapshots/annatto__importer__exmaralda__tests__unknown_tli_fail.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
source: src/importer/exmaralda/tests.rs
33
expression: r.err().unwrap().to_string()
44
---
5-
Error during importing corpus from ./tests/data/import/exmaralda/fail-unknown_tli/test_doc.exb with "import_exmaralda": "Unknown time line item: T1"
5+
Error during importing corpus from ./tests/data/import/exmaralda/fail-unknown_tli/test_doc.exb with import_exmaralda: Unknown time line item: T1

0 commit comments

Comments
 (0)