[Bug 1140] tjreport is not parsing test name correctly

[email protected] Tue, 13 Dec 2005 01:44:33 -0500
Newsgroups gmane.linux.lsb.test-suite
Message-ID <[email protected]>
[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |NOTABUG




------- Additional Comments From [email protected]  2005-12-13 01:44 -------
(In reply to comment #0)
> XML journal file is attached. Its not parsing the test name correctly, when I 
> changed the test name it seems working correctly.

The error message is 

 tjreport tj.rpt
Error: dup entry at XML 1, line 416, journal invalid

What its saying is that the journal is not in the form it expected. tjreport is
written for use with other test journals that are suitable for certification
testing. As such  it has been written to expect a individual test case name to
only appear once within the journal. In this journal the test cases appear
multiple times .
For certification its a must that we have uniquely identifiable test cases.Also
test case 57 does not have a result code in this journal.

Take a look at http://www.opengroup.org/~ajosey/t.html for an analysis
of this journal. It shows the problem with test case 57, also the problem of
having non-unique names for tests.

These test cases thus need to be revised to have unique names, it might be that
a test area is introduced , so you get test/Sax2/att1 test/Regression/att1  etc.
   
 
--    
Configure bugmail: http://bugs.linuxbase.org/userprefs.cgi?tab=email   
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.