Skip to content

Tests fail in test explorer when the name of the procedure contains a "." #16

@mverbaas

Description

@mverbaas

Describe the bug
Tests fail in test explorer when the name of the stored procedure/unit tests contain a "."(dot). Not the dot between the schema/test class, but in the actual name.

To Reproduce
Steps to reproduce the behavior:

  1. Create a stored procedure/unit test and name it [TestClass].[Test if dbo.table exists].
  2. Run the test
  3. the test fails on not finding the procedure "TestClass.Test if dbo".
    Seems like it breaks/splits on the dot.

Expected behavior
I would expect the test to have the same results as just running tSQLt test.

Please at me @GoEddie so I receive a notification

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions