dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dejagnu next release


From: bemis
Subject: Re: dejagnu next release
Date: 12 Dec 2002 19:40:36 -0500

username added(  I see it at the top of every make check log )

going for the third time.  I'll submit this early next week, and add the
code to dejagnu after my finals.

Rob I am going to need some assistance with prms_id...it always seems to
be 0 in my xml_output function.  I think I am not accessing it
properly???


FINALIZED idea:

<!DOCTYPE testsuite [
<!-- testsuite.dtd -->
<!ELEMENT testsuite ( id | test | summary)+>
<!ELEMENT id ( username, host, configuration, build, target, date )>
  <!ELEMENT username            (#PCDATA)>
  <!ELEMENT host                (#PCDATA)>
  <!ELEMENT configuration       (#PCDATA )>
  <!ELEMENT build               (#PCDATA)>
  <!ELEMENT target              (#PCDATA)>
  <!ELEMENT date                (#PCDATA)>
<!ELEMENT test (input, output, result, name, prms_id )>
  <!ELEMENT input               (#PCDATA)>
  <!ELEMENT output              (#PCDATA)>
  <!ELEMENT result              (#PCDATA)>
  <!ELEMENT name                (#PCDATA)>
  <!ELEMENT prms_id             (#PCDATA)>
<!ELEMENT summary     (result, description, total)>
  <!ELEMENT description         (#PCDATA)>
  <!ELEMENT total               (#PCDATA)>
]>


-matt bemis


On Thu, 2002-12-12 at 18:14, Rob Savoye wrote:
> On Thu, Dec 12, 2002 at 02:05:53PM -0500, bemis wrote:
>  
> > Can anyone think of more information that is important to have that cannot
> > be represented by the below DTD?
> 
>   I don't see a spot to record the login name of the person doing the
> test run, which I guess isn't all that important.
> 
>       - rob -





reply via email to

[Prev in Thread] Current Thread [Next in Thread]