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 - Need "Display on" info in the .html test report
Summary: Need "Display on" info in the .html test report
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: xtest (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-20 19:39 UTC by honglin
Modified: 2006-12-04 08:47 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?