Comments
2 comments
-
Hi @adam_hafner
Many thanks for reaching out to us regarding this.
I've been trying to reproduce what you're describing, but so far I'm not see the same behavior. Would you mind confirming what versions of SQL Test and SSMS you currently have installed?
Also, if you are possibly able to provide any screenshots showing this behavior, that would be greatly appreciated. I'm happy to reach out to you privately via a Support ticket if you are not comfortable with providing these on this public forum. -
@Dan_J well, I updated to 4.2.0.3722 recently and now I am unable to recreate the issue. I am guessing it was directly or indirectly fixed by whatever changed in the recent release.
Add comment
Please sign in to leave a comment.
The issue only seems to occur if I create a class, then rename it and then rename it back to a test class name that used to exist. So the same thing happens if I create test class named `bob`, then delete it. Then I create a test class name `carl` and then rename it to `bob`. Then I end up with two test classes; `bob` and `carl` when I should only have one class named `bob`.
Also, if I use the tSQLt proc named `tSQLt.RenameClass` it renames the class as expected and the SQL Test UI updates correctly, so this seems to be an issue with SQL Test and not tSQLt.