diff --git a/Testing-Guide.md b/Testing-Guide.md index 9fb1b24..6c8d4d2 100644 --- a/Testing-Guide.md +++ b/Testing-Guide.md @@ -386,9 +386,9 @@ stay up to date with it: | https://localhost:8444/pkgbase/{name}/request | #152 | Package Request Create | User | | https://localhost:8444/requests | #153 | Package Requests | User / TU[D] | | https://localhost:8444/requests/{id}/close | #154 | Package Request Closure | Requester / TU[D] | -| https://localhost:8444/tu | Incomplete | Trusted User page | Trusted User | -| https://localhost:8444/tu/{id} | Incomplete | Trusted User Proposal | Trusted User | -| https://localhost:8444/addvote | Incomplete | Trusted User Proposal Create | Trusted User | +| https://localhost:8444/tu | #157 | Trusted User page | Trusted User | +| https://localhost:8444/tu/{id} | #158 | Trusted User Proposal | Trusted User | +| https://localhost:8444/addvote | #159 | Trusted User Proposal Create | Trusted User | **Status Legend:**
- Incomplete: Needs testing.