Skip to content

Commit 0f22b6b

Browse files
authored
Merge pull request #21 from rxdu/enhancement-code_refactoring
fixed code creation date
2 parents 2450001 + 3d1b45b commit 0f22b6b

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

TODO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
- **Documentation updates** - Aligned exception documentation with actual implementation
3939
- **Template parameter optimization** - Removed redundant template parameters in DFS::Search calls
4040
- **Test robustness improvements** - Enhanced exception safety tests to be implementation-independent
41+
- **Header date standardization** - Replaced placeholder `[Current Date]` with actual date in test files
4142

4243
---
4344

tests/unit_test/edge_independent_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* edge_independent_test.cpp
33
*
4-
* Created on: [Current Date]
4+
* Created on: Aug 2025
55
* Description: Tests for independent Edge class after refactoring
66
*
77
* Copyright (c) 2021 Ruixiang Du (rdu)

tests/unit_test/error_condition_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* error_condition_test.cpp
33
*
4-
* Created on: [Current Date]
4+
* Created on: Aug 2025
55
* Description: Tests for error conditions and edge cases
66
*
77
* Copyright (c) 2021 Ruixiang Du (rdu)

tests/unit_test/vertex_independent_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* vertex_independent_test.cpp
33
*
4-
* Created on: [Current Date]
4+
* Created on: Aug 2025
55
* Description: Tests for independent Vertex class after refactoring
66
*
77
* Copyright (c) 2021 Ruixiang Du (rdu)

0 commit comments

Comments
 (0)