<?xml version="1.0" encoding="UTF-8"?> 

<TestReport xmlns="http://www.w3.org/2009/10/rif-test-results#">
   <Implementation>

      <name>Riftia Pachyptila</name>
      <version>4.8</version>
      <website>http://www.example.com/gc/rp</website>
      <description>
         <span xmlns="http://www.w3.org/1999/xhtml"><em>Riftia</em> is part of the <a href="http://www.example.com/gc/rp">GC</a> Smart Computing&#169; Suite.</span>
      </description>
      <Organization>

        <name>General Competencies, Inc</name>

        <website>http://www.example.com/gc</website>

      </Organization>
      <Submitter>
        <name>John Duguid</name>
        <email>jd@gc.com</email>
        <website>http://www.example.com/gc/people/jd</website> <!-- optional -->
      </Submitter>
   </Implementation>
   
   <TestRun date="2009-10-27">

      <TestSuite>
        <version>1.04</version>
      </TestSuite>
      <platform>optional description of Hardware and OS being used.</platform>
      <comments>optional comments</comments> 
   </TestRun>
   
   <TestResult>
      <testId>Core_Safeness</testId>
      <status>pass</status>
   </TestResult>
   
   <TestResult  msec="333">
      <testId>Equality_in_conclusion_3</testId>
      <status>pass</status>
      <comments>this was hard</comments>
   </TestResult>
   
   <TestResult msec="10000" kbytes="220">
      <testId>NestedListsAreNotFlatLists</testId>
      <status>undecided</status>
   </TestResult>
</TestReport>
