MudassarRasool / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

Inconsistencies in displaying of source code of selected test #811

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open a test project
2. Run it
3. Double click any test in the Test Explorer, Test Results and Execution Log 
panels.

What is the expected output? What do you see instead?
In all this cases the source code of the selected test should be shown in a 
single place. But now each panel behaves in a quite different way. Clicking the 
test in the Test Explorer shows a tab with a read-only view of the source code. 
Clicking the test in Exectution log opens the test's source code in the Visual 
Studio. Clicking the test in Test Results panel does nothing.

AFAIK neither action is configurable.

Original issue reported on code.google.com by biv...@gmail.com on 6 Feb 2011 at 5:29

GoogleCodeExporter commented 8 years ago
You're right, it's very inconsistent. That's what happens when you let a 
developer do UI :) 

How do you think it should work? The same action from all places, but 
configurable as to whether it shows in Icarus or VS? Sounds good to me.

Original comment by grahamr...@gmail.com on 26 Feb 2011 at 1:25