Bug 21491 - JUnit - console output only shown in debugger perspective [JUnit]
Summary: JUnit - console output only shown in debugger perspective [JUnit]
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M3   Edit
Assignee: Joe Szurszewski CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2002-07-11 12:20 EDT by Philipe Mulet CLA
Modified: 2002-11-12 15:29 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipe Mulet CLA 2002-07-11 12:20:13 EDT
Build R2.0

If running JUnit test inside Java perspective, the console doesn't show the 
expected output. However, if switching to debug perspective and selecting 
corresponding process then the content is shown correctly.
Comment 1 Erich Gamma CLA 2002-10-20 05:13:09 EDT
The JUnit launch config uses the console in the same way as the Java launch 
config. So this looks more like a Console issue. Moving to Debug.

Notice I wasn't able to reproduce this behaviour. What I saw once is that in a 
fresh workspace on first launch the console wasn't shown.
Comment 2 Darin Wright CLA 2002-10-21 08:50:31 EDT
Investigate
Comment 3 Darin Wright CLA 2002-11-11 21:10:57 EST
Was able to reproduce by closing the workbench in the resource perspective with 
a hello world program as the most recent lanuch, and the console view closed. 
When the workbench is re-statrted, re-launch the last program by pressing "run" 
button. The console does not appear. On the second launch, the console does 
appear.
Comment 4 Darin Wright CLA 2002-11-11 21:29:40 EST
Fixed.
Comment 5 Darin Wright CLA 2002-11-11 21:29:55 EST
Please verify, Joe.
Comment 6 Joe Szurszewski CLA 2002-11-12 15:29:38 EST
Verified.