testdev/ite/test/com.nokia.testfw.launch.test/resource/stflog1.xml
changeset 1 96906a986c3b
equal deleted inserted replaced
0:f1112f777ce9 1:96906a986c3b
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 
       
     3 <!--
       
     4     Document   : stflog2.xml.xml
       
     5     Created on : 26. toukokuuta 2009, 13:24
       
     6     Author     : juvestma
       
     7     Description:
       
     8         Purpose of the document follows.
       
     9 -->
       
    10 
       
    11 <stflog
       
    12 xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
       
    13    xmlns='http://xml.netbeans.org/schema/sftlog'
       
    14    xsi:schemaLocation='http://xml.netbeans.org/schema/sftlog sftlog.xsd'
       
    15     >
       
    16     <testmodule name="default">
       
    17         <testdata file="testdata.dat" />
       
    18         <unittest>
       
    19 
       
    20             <testdll name="epoc32/release/winscw/udeb/alltests.dll">
       
    21                 <build>2003-04-01T13:01:02</build>
       
    22                 <started>2003-04-01T13:01:02</started>
       
    23 
       
    24                 <testsuite name="AllTests" description="The developer written description of the test case" testcount="1">
       
    25                     <build>2003-04-01T13:01:02</build>
       
    26                     <started>2003-04-01T13:01:02</started>
       
    27                     <declaration>
       
    28                         <location file="toplevelsuite.h" line="11" column="8" />
       
    29                     </declaration>
       
    30                     <definition>
       
    31                         <location file="toplevelsuite.cpp" line="14" column="8" />
       
    32                     </definition>
       
    33             
       
    34 			
       
    35                     <test name="TestFirstMethod" description="The developer written description of the test case">
       
    36                         <started>2003-04-01T13:01:02</started>
       
    37                         <declaration>
       
    38                             <location file="toplevelsuite.h" line="27" column="16" />
       
    39                         </declaration>
       
    40                         <definition>
       
    41                             <location file="toplevelsuite.cpp" line="46" column="16" />
       
    42                         </definition>
       
    43                         
       
    44                         <assert type="STF_ASSERT_EQUALS" message="result is not 42" status="pass" >
       
    45                             <location file="toplevelsuite.cpp" line="49" column="16" />
       
    46                         </assert>
       
    47 
       
    48                         <log level="info">This is printed by STF_PRINT macro</log>
       
    49 
       
    50                         <assert type="STF_ASSERT_EQUALS" message="result is not 13" status="fail" >
       
    51                             <location file="toplevelsuite.cpp" line="50" column="16" />
       
    52                         </assert>
       
    53 
       
    54                         <assert type="STF_ASSERT_EQUALS" message="result is not 13" status="fail" >
       
    55                             <location file="toplevelsuite.cpp" line="50" column="16" />
       
    56                         </assert>
       
    57 
       
    58 
       
    59 					    <status type="fail" />
       
    60 
       
    61                         <finished>2003-04-01T13:01:04</finished>
       
    62 
       
    63                     </test>
       
    64 
       
    65 				
       
    66 
       
    67                     <finished>2003-04-01T13:01:12</finished>
       
    68 
       
    69 
       
    70 
       
    71 
       
    72                 </testsuite>
       
    73             </testdll>
       
    74 
       
    75         </unittest>
       
    76     </testmodule>
       
    77 </stflog>
       
    78 
       
    79