This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 33788

Summary: Need "Display on" info in the .html test report
Product: obsolete Reporter: honglin <honglin>
Component: xtestAssignee: issues@obsolete <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: Sun   
OS: SunOS   
Issue Type: ENHANCEMENT Exception Reporter:

Description honglin 2003-05-20 19:39:19 UTC
Regarding the wonderful test results .html report,

In the left panel, presently the title section shows:
    Xtest Results Report:
    Run on: <machine name>
    Run at: <date & time>
     	
It would be nice to have just one more piece of
info there, like this:
    Xtest Results Report:
    Run on    : <machine name>
    Display on: <machine name>   <--- would come
in quite handy.
    Run at    : <date & time>

Thanks,

Hong
Comment 1 Martin Brehovsky 2003-05-21 12:04:38 UTC
Will need to implement some functionality, which will be able to get
variables from system (Java is currently not capable of this). 

The information about display and probably also other stuff (e.g.
window system, color depth, ...) should be stored in the
SystemInfoExtra element of the report and then shown in the HTML
report as suggested.

Also because on windows there is nothing like 'DISPLAY', this
information should not be supplied when running on this OS. This leads
me to an idea, that the DISPLAY information should be displayed only
in the case it is not a localhost or a default value (e.g.
${hostname}:0). What do you think?