From 63a79e75ecd2023e999c010ec6dbe49f057b1b45 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 15 Sep 2016 12:25:08 +0200 Subject: [PATCH] tests: add tree libsmartcols test files Signed-off-by: Karel Zak --- tests/expected/libsmartcols/fromfile-tree | 11 +++++++++++ tests/ts/libsmartcols/files/col-id | 3 +++ tests/ts/libsmartcols/files/col-parent | 3 +++ tests/ts/libsmartcols/files/col-tree | 3 +++ tests/ts/libsmartcols/files/data-id | 10 ++++++++++ tests/ts/libsmartcols/files/data-parent | 10 ++++++++++ 6 files changed, 40 insertions(+) create mode 100644 tests/expected/libsmartcols/fromfile-tree create mode 100644 tests/ts/libsmartcols/files/col-id create mode 100644 tests/ts/libsmartcols/files/col-parent create mode 100644 tests/ts/libsmartcols/files/col-tree create mode 100644 tests/ts/libsmartcols/files/data-id create mode 100644 tests/ts/libsmartcols/files/data-parent diff --git a/tests/expected/libsmartcols/fromfile-tree b/tests/expected/libsmartcols/fromfile-tree new file mode 100644 index 0000000000..9d345f8dc3 --- /dev/null +++ b/tests/expected/libsmartcols/fromfile-tree @@ -0,0 +1,11 @@ +TREE ID PARENT STRINGS +aaaa 1 0 qqqqqqqqqqqqqqqqqX +|-bbb 2 1 dddddddddddddX +| |-ee 5 2 ddddddddddddddddddddddddddX +| `-ffff 6 2 jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjX +|-ccccc 3 1 ffffffffffffffffffffffffffffffffffffffffX +| `-gggggg 7 3 mmmmmmmmmmmmmmmmmmmX +| |-hhh 8 7 lllllllllllllllllllllllllllllllllllllX +| | `-iiiiii 9 8 yyyyyyyyyyyyyyyyyyyyyyyyyyyyX +| `-jj 10 7 pppppppppX +`-dddddd 4 1 ssssssssssX diff --git a/tests/ts/libsmartcols/files/col-id b/tests/ts/libsmartcols/files/col-id new file mode 100644 index 0000000000..0188f42a01 --- /dev/null +++ b/tests/ts/libsmartcols/files/col-id @@ -0,0 +1,3 @@ +ID +0 +right diff --git a/tests/ts/libsmartcols/files/col-parent b/tests/ts/libsmartcols/files/col-parent new file mode 100644 index 0000000000..86fe08cedf --- /dev/null +++ b/tests/ts/libsmartcols/files/col-parent @@ -0,0 +1,3 @@ +PARENT +0 +right diff --git a/tests/ts/libsmartcols/files/col-tree b/tests/ts/libsmartcols/files/col-tree new file mode 100644 index 0000000000..5076880000 --- /dev/null +++ b/tests/ts/libsmartcols/files/col-tree @@ -0,0 +1,3 @@ +TREE +0 +tree diff --git a/tests/ts/libsmartcols/files/data-id b/tests/ts/libsmartcols/files/data-id new file mode 100644 index 0000000000..f00c965d83 --- /dev/null +++ b/tests/ts/libsmartcols/files/data-id @@ -0,0 +1,10 @@ +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 diff --git a/tests/ts/libsmartcols/files/data-parent b/tests/ts/libsmartcols/files/data-parent new file mode 100644 index 0000000000..aa5071608d --- /dev/null +++ b/tests/ts/libsmartcols/files/data-parent @@ -0,0 +1,10 @@ +0 +1 +1 +1 +2 +2 +3 +7 +8 +7 -- 2.47.2