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 86367 - Add links for tests with unknown result to reports
Summary: Add links for tests with unknown result to reports
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: xtest (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks: 84972
  Show dependency tree
 
Reported: 2006-10-03 13:01 UTC by pzajac
Modified: 2007-01-10 14:23 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 pzajac 2006-10-03 13:01:08 UTC
Many developers are confused by "unknown" result of tests. They want to solve
the problem but they don't know where is located the log file. It will be nice
to generate report page with link to the log file from building proccess. I can
than add link to this page from test evaluation webapp.
Comment 1 Jiri Skrivanek 2006-10-04 11:41:04 UTC
It seems reasonable but I have to find out if it is doable. But I think it is an
enhancement because issue request to link unknown to test results (the same as
fail). Not to log file.
Comment 2 Jiri Skrivanek 2006-10-13 10:43:04 UTC
I added link to build script log file for unfinished test suites. An example is
here:
Suite is not finished. Look at build script log file
(link:results/testrun_061013-113230/logs/mymodule_unit.log).

/cvs/xtest/src/org/netbeans/xtest/pe/RegenerateXMLTask.java,v  <-- 
RegenerateXMLTask.java
new revision: 1.25; previous revision: 1.24
done
Checking in lib/xsl/suite.xsl;
/cvs/xtest/lib/xsl/suite.xsl,v  <--  suite.xsl
new revision: 1.16; previous revision: 1.15
Comment 3 pzajac 2006-10-13 10:53:51 UTC
Cool!
Comment 4 pzajac 2007-01-10 14:23:29 UTC
v