Advertisement
Guest User

Eric Palakovich Carr

a guest
Feb 21st, 2010
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.76 KB | None | 0 0
  1. <?xml version="1.0" ?>
  2. <distributedTestRunResult type="SUCCESS">
  3.     <testRunResult type="SUCCESS" url="http://localhost:50001/jsunit">
  4.         <platform>
  5.             <name>Linux</name>
  6.             <logoPath>images/logo_linux.gif</logoPath>
  7.         </platform>
  8.         <properties>
  9.             <property name="os" value="Linux - i386"/>
  10.             <property name="ipAddress" value="127.0.1.1"/>
  11.             <property name="hostname" value="linux-server"/>
  12.         </properties>
  13.         <browserResult id="1266764410175" time="4.846" type="SUCCESS">
  14.             <browser>
  15.                 <fullFileName>firefox</fullFileName>
  16.                 <id>0</id>
  17.                 <displayName>Firefox</displayName>
  18.                 <logoPath>images/logo_firefox.gif</logoPath>
  19.             </browser>
  20.             <properties>
  21.                 <property name="jsUnitVersion" value="2.2"/>
  22.                 <property name="userAgent" value="Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7) Gecko/20100106 Ubuntu/9.10 (karmic) Firefox/3.5.7"/>
  23.                 <property name="remoteAddress" value="0:0:0:0:0:0:0:1"/>
  24.                 <property name="url" value="file:////path/to/testSuite.html"/>
  25.                 <property name="testPage" value="testSuite.html"/>
  26.                 <property name="userProperty" value=""/>
  27.             </properties>
  28.             <testCaseResults>
  29.                 <testCaseResult name="file:///path/to/test.html:test_1" time="0.017" type="SUCCESS"/>
  30.                 <testCaseResult name="file:///path/to/test.html:test_2" time="0.015" type="SUCCESS"/>
  31.                 <testCaseResult name="file:///path/to/test.html:test_3" time="0.003" type="SUCCESS"/>
  32.             </testCaseResults>
  33.         </browserResult>
  34.     </testRunResult>
  35. </distributedTestRunResult>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement