testdev/ite/test/com.nokia.testfw.launch.test/resource/stflog2.xml
changeset 1 96906a986c3b
equal deleted inserted replaced
0:f1112f777ce9 1:96906a986c3b
       
     1 <?xml version="1.0" encoding="UTF-8" ?> <stflog xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
       
     2 	xmlns='http://xml.netbeans.org/schema/sftlog'
       
     3 	xsi:schemaLocation='http://xml.netbeans.org/schema/sftlog sftlog.xsd'
       
     4 	>
       
     5     <testmodule>
       
     6         <unittest>
       
     7             <testdll name="demounittestcases.dll">
       
     8                 <testsuite name="default">
       
     9                     <test name="FirstTest">
       
    10                         <status type="pass" />
       
    11                     </test>
       
    12                     <test name="SecondTest">
       
    13                         <status type="pass" />
       
    14                     </test>
       
    15                     <test name="ThirdTest">
       
    16                         <status type="crash" />
       
    17                     </test>
       
    18                     <test name="FourthTest">
       
    19                         <status type="fail" />
       
    20                     </test>
       
    21                     <test name="FifthTest">
       
    22                         <status type="pass" />
       
    23                     </test>
       
    24                 </testsuite>
       
    25             </testdll>
       
    26         </unittest>
       
    27     </testmodule>
       
    28 </stflog>