History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-62805
Type: Bug Bug
Status: Open Open
Priority: Critical Critical
Assignee: Ilya Ryzhenkov
Reporter: t800t8
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

Unit Test Explorer shows tests but Unit Test Sessions doesn't

Created: 27 Mar 08 17:17   Updated: 09 Apr 08 18:14
Component/s: Unit Testing
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 763


 Description  « Hide
In Unit Test Explorer tool window, I select the root of test tree and click "Run Selected Tests", project will be compiled and test tree display new tests (my colleague added a new test class and I updated project to get it). But Unit Test Sessions doesn't recognize about new tests, it only runs old tests.

 All   Comments   Work Log   Change History      Sort Order:
Ilya Ryzhenkov - 09 Apr 08 16:51
Session will not add any new tests or fixtures until you tell it to do so. Except one case - if you have fixture in session and all tests from it are also included, then any new tests in this fixture will be automatically included after build. This behavior is by design.

t800t8 - 09 Apr 08 17:28
IMO, it's unacceptable. I run selected tests from Unit Test Explorer, not Unit Test Sessions, where new tests appear so R# should run all tests includes new ones in new session.

Ilya Ryzhenkov - 09 Apr 08 17:38
Do you mean that running tests from UTExplorer when they are already there doesn't add them to session? Or do you mean that tests appeared in UTE, but you just click run in session without modifying it?

t800t8 - 09 Apr 08 18:09
I mean that running tests from UTExplorer when they are already there doesn't add them to session.

Ilya Ryzhenkov - 09 Apr 08 18:14
I see, thanks.