testdev/ite/test/com.nokia.testfw.launch.test/resource/stflog2.xml
changeset 1 96906a986c3b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testdev/ite/test/com.nokia.testfw.launch.test/resource/stflog2.xml	Tue Mar 30 14:39:29 2010 +0800
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8" ?> <stflog xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
+	xmlns='http://xml.netbeans.org/schema/sftlog'
+	xsi:schemaLocation='http://xml.netbeans.org/schema/sftlog sftlog.xsd'
+	>
+    <testmodule>
+        <unittest>
+            <testdll name="demounittestcases.dll">
+                <testsuite name="default">
+                    <test name="FirstTest">
+                        <status type="pass" />
+                    </test>
+                    <test name="SecondTest">
+                        <status type="pass" />
+                    </test>
+                    <test name="ThirdTest">
+                        <status type="crash" />
+                    </test>
+                    <test name="FourthTest">
+                        <status type="fail" />
+                    </test>
+                    <test name="FifthTest">
+                        <status type="pass" />
+                    </test>
+                </testsuite>
+            </testdll>
+        </unittest>
+    </testmodule>
+</stflog>
\ No newline at end of file