From 09b9931904483d1360ad51e7229a099d6f148125 Mon Sep 17 00:00:00 2001 From: Vincent de Phily Date: Thu, 16 Jan 2025 15:45:39 +0000 Subject: [PATCH] test: Add missing fixtures --- tests/1Q-2024 | 7 +++++++ tests/4Q-2022 | 6 ++++++ tests/mtimedb.updates | 7 +++++++ 3 files changed, 20 insertions(+) create mode 100644 tests/1Q-2024 create mode 100644 tests/4Q-2022 create mode 100644 tests/mtimedb.updates diff --git a/tests/1Q-2024 b/tests/1Q-2024 new file mode 100644 index 0000000..59319b5 --- /dev/null +++ b/tests/1Q-2024 @@ -0,0 +1,7 @@ +move app-doc/doxygen app-text/doxygen +slotmove dev-build/autoconf-dickey 2.52_p20210509 2.52 +move dev-debug/lldb llvm-core/lldb +move conflict/foo foo/2024 +move duplicate/bar foo/bar +move chain/v2 chain/v3 +move loop/from loop/final \ No newline at end of file diff --git a/tests/4Q-2022 b/tests/4Q-2022 new file mode 100644 index 0000000..c205b52 --- /dev/null +++ b/tests/4Q-2022 @@ -0,0 +1,6 @@ +move x11-libs/libva media-libs/libva +move dev-util/lldb llvm-core/lldb +move conflict/foo foo/2022 +move duplicate/bar foo/bar +move chain/v1 chain/v2 +move loop/final loop/from \ No newline at end of file diff --git a/tests/mtimedb.updates b/tests/mtimedb.updates new file mode 100644 index 0000000..0df7481 --- /dev/null +++ b/tests/mtimedb.updates @@ -0,0 +1,7 @@ +{ + "updates": { + "tests/notfound": 1640636550, + "tests/1Q-2024": 1669625966, + "tests/4Q-2022": 1640636540 + } +} \ No newline at end of file