From d4ce04cd346c7a15d2cdfdd54348244e7c411410 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sat, 30 Dec 2023 22:35:44 -0600 Subject: [PATCH] update feed test directory for the new structure I guess this proves that the old structure still works with the new code, though it creates IDs that have the file path in them Signed-off-by: Brian S. Stephan --- tests/instance/feed/2023/12/01/forced-no-title.md | 1 - tests/instance/feed/2023/12/30/page.md | 1 - tests/instance/feed/20231201-forced-no-title.md | 1 + tests/instance/feed/20231230-subdir-page.md | 1 + 4 files changed, 2 insertions(+), 2 deletions(-) delete mode 120000 tests/instance/feed/2023/12/01/forced-no-title.md delete mode 120000 tests/instance/feed/2023/12/30/page.md create mode 120000 tests/instance/feed/20231201-forced-no-title.md create mode 120000 tests/instance/feed/20231230-subdir-page.md diff --git a/tests/instance/feed/2023/12/01/forced-no-title.md b/tests/instance/feed/2023/12/01/forced-no-title.md deleted file mode 120000 index cf293c3..0000000 --- a/tests/instance/feed/2023/12/01/forced-no-title.md +++ /dev/null @@ -1 +0,0 @@ -../../../../pages/forced-no-title.md \ No newline at end of file diff --git a/tests/instance/feed/2023/12/30/page.md b/tests/instance/feed/2023/12/30/page.md deleted file mode 120000 index b0871a3..0000000 --- a/tests/instance/feed/2023/12/30/page.md +++ /dev/null @@ -1 +0,0 @@ -../../../../pages/subdir-with-title/page.md \ No newline at end of file diff --git a/tests/instance/feed/20231201-forced-no-title.md b/tests/instance/feed/20231201-forced-no-title.md new file mode 120000 index 0000000..f6b4f1e --- /dev/null +++ b/tests/instance/feed/20231201-forced-no-title.md @@ -0,0 +1 @@ +../pages/forced-no-title.md \ No newline at end of file diff --git a/tests/instance/feed/20231230-subdir-page.md b/tests/instance/feed/20231230-subdir-page.md new file mode 120000 index 0000000..83b3b33 --- /dev/null +++ b/tests/instance/feed/20231230-subdir-page.md @@ -0,0 +1 @@ +../pages/subdir-with-title/page.md \ No newline at end of file