Skip to content

Commit 5abdaf6

Browse files
Fix wrong requirement ID references in validation.md design doc (#62)
Agent-Logs-Url: https://github.com/demaconsulting/VersionMark/sessions/10007d11-f32c-4800-9594-d068e4859941 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
1 parent a45c832 commit 5abdaf6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/design/version-mark/self-test/validation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ organizes all test execution internally.
3030
5. Verifies exit code is 0, output file exists, `JobId` equals `"test-job"`, and `dotnet`
3131
version was captured and is non-empty.
3232

33-
The test name is `VersionMark_CapturesVersions`, satisfying `VersionMark-Capture-Capture`.
33+
The test name is `VersionMark_CapturesVersions`, satisfying `VersionMark-Validation-Capture`.
3434

3535
## RunPublishTest
3636

@@ -44,7 +44,7 @@ The test name is `VersionMark_CapturesVersions`, satisfying `VersionMark-Capture
4444
5. Verifies exit code is 0, report file exists, and contains `## Tool Versions`,
4545
`**dotnet**`, `**node**`, `8.0.0`, and `20.0.0`.
4646

47-
The test name is `VersionMark_GeneratesMarkdownReport`, satisfying `VersionMark-Publish-Publish`.
47+
The test name is `VersionMark_GeneratesMarkdownReport`, satisfying `VersionMark-Validation-Publish`.
4848

4949
## RunLintValidTest
5050

@@ -56,7 +56,7 @@ The test name is `VersionMark_GeneratesMarkdownReport`, satisfying `VersionMark-
5656
3. Constructs a `Context` with `--silent`, `--log <file>`, and `--lint <config-file>`.
5757
4. Calls `Program.Run` and checks that the exit code is 0.
5858

59-
The test name is `VersionMark_LintPassesForValidConfig`, satisfying `VersionMark-CommandLine-Lint`.
59+
The test name is `VersionMark_LintPassesForValidConfig`, satisfying `VersionMark-Validation-Lint`.
6060

6161
## RunLintInvalidTest
6262

@@ -69,7 +69,7 @@ The test name is `VersionMark_LintPassesForValidConfig`, satisfying `VersionMark
6969
4. Calls `Program.Run` and checks that the exit code is non-zero.
7070

7171
The test name is `VersionMark_LintReportsErrorsForInvalidConfig`, satisfying
72-
`VersionMark-CommandLine-Lint`.
72+
`VersionMark-Validation-Lint`.
7373

7474
## WriteResultsFile
7575

@@ -80,7 +80,7 @@ The test name is `VersionMark_LintReportsErrorsForInvalidConfig`, satisfying
8080
- Other → writes an error via `context.WriteError`
8181

8282
The serialized content is written with `File.WriteAllText`. This satisfies
83-
`VersionMark-CommandLine-Results`.
83+
`VersionMark-Validate-Results`.
8484

8585
## TemporaryDirectory
8686

0 commit comments

Comments
 (0)