summaryrefslogtreecommitdiffhomepage
path: root/test/serializer.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-08 08:38:45 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-08 08:38:58 +0100
commit4575194adb4615deeca174044a872093c3664ad4 (patch)
tree5c403a30ff03fed9ceeb2f72a38936767068e68f /test/serializer.cpp
parent2a05099c367670107f7537d4e4b77e8e3276b878 (diff)
add more tests (and clean them up a bit too)
Diffstat (limited to 'test/serializer.cpp')
-rw-r--r--test/serializer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/serializer.cpp b/test/serializer.cpp
index b810f974..d4f08d48 100644
--- a/test/serializer.cpp
+++ b/test/serializer.cpp
@@ -145,7 +145,7 @@ void test_app::test_serializer1()
test_serializer({}, tmp_filename);
}
-void test_app::test_serializer2()
+void test_app::test_load_all()
{
fm_assert(Path::exists(Path::join(loader.TEMP_PATH, "CMakeCache.txt")));
const auto tmp_filename = Path::join(loader.TEMP_PATH, "test/test-serializer2.dat"_s);