From 3d1b45b2a8a59780bc2dca79b7852be594c7c083 Mon Sep 17 00:00:00 2001 From: Ruixiang Du Date: Tue, 19 Aug 2025 22:16:01 +0800 Subject: [PATCH] fixed code creation date --- TODO.md | 1 + tests/unit_test/edge_independent_test.cpp | 2 +- tests/unit_test/error_condition_test.cpp | 2 +- tests/unit_test/vertex_independent_test.cpp | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index eb1336a..7709c70 100644 --- a/TODO.md +++ b/TODO.md @@ -38,6 +38,7 @@ - **Documentation updates** - Aligned exception documentation with actual implementation - **Template parameter optimization** - Removed redundant template parameters in DFS::Search calls - **Test robustness improvements** - Enhanced exception safety tests to be implementation-independent +- **Header date standardization** - Replaced placeholder `[Current Date]` with actual date in test files --- diff --git a/tests/unit_test/edge_independent_test.cpp b/tests/unit_test/edge_independent_test.cpp index c5eec36..21422e3 100644 --- a/tests/unit_test/edge_independent_test.cpp +++ b/tests/unit_test/edge_independent_test.cpp @@ -1,7 +1,7 @@ /* * edge_independent_test.cpp * - * Created on: [Current Date] + * Created on: Aug 2025 * Description: Tests for independent Edge class after refactoring * * Copyright (c) 2021 Ruixiang Du (rdu) diff --git a/tests/unit_test/error_condition_test.cpp b/tests/unit_test/error_condition_test.cpp index d962c7d..3259995 100644 --- a/tests/unit_test/error_condition_test.cpp +++ b/tests/unit_test/error_condition_test.cpp @@ -1,7 +1,7 @@ /* * error_condition_test.cpp * - * Created on: [Current Date] + * Created on: Aug 2025 * Description: Tests for error conditions and edge cases * * Copyright (c) 2021 Ruixiang Du (rdu) diff --git a/tests/unit_test/vertex_independent_test.cpp b/tests/unit_test/vertex_independent_test.cpp index 25f42dc..d2a2fcb 100644 --- a/tests/unit_test/vertex_independent_test.cpp +++ b/tests/unit_test/vertex_independent_test.cpp @@ -1,7 +1,7 @@ /* * vertex_independent_test.cpp * - * Created on: [Current Date] + * Created on: Aug 2025 * Description: Tests for independent Vertex class after refactoring * * Copyright (c) 2021 Ruixiang Du (rdu)