Skip to content

Broken GitHub source code links for tests with multiple classes in one file #8

@kidavspb

Description

@kidavspb

Some test information pages contain broken GitHub links that lead to 404 errors. As I understood, this happens when multiple related test classes are grouped together in a single file, but the link generation assumes that each test class has its own file with a matching name.

Example: CodeFlowSupported → tries to open CodeFlowSupported.cs that doesn't exist and is actually located in AuthorizationCodeFlowsSupportedTest.cs.

I found 7 such broken links for now:

Authorization Code Flows (all in AuthorizationCodeFlowsSupportedTest.cs):

  • CodeFlowSupported
  • CodeTokenFlowSupported
  • CodeIdTokenFlowSupported
  • CodeIdTokenTokenFlowSupported

Implicit Flows (all in ImplicitFlowsSupportedTest.cs):

  • TokenFlowSupported
  • IdTokenTokenFlowSupported
  • IdTokenFlowSupported

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions