catch up wip
authorRichard Taylor <richard.i.taylor@nokia.com>
Mon, 01 Feb 2010 11:10:26 +0000
branchwip
changeset 324 e91f563716aa
parent 323 a186d9720073 (current diff)
parent 322 a4bc95a3b539 (diff)
child 326 fe46d8e37943
catch up
--- a/sbsv2/raptor/test/smoke_suite/tools2_cross_compilation.py	Mon Feb 01 10:18:03 2010 +0000
+++ b/sbsv2/raptor/test/smoke_suite/tools2_cross_compilation.py	Mon Feb 01 11:10:26 2010 +0000
@@ -20,7 +20,7 @@
 	t = SmokeTest()	
 	t.description = "Tests Raptor can build win32 tools on linux"
 
-	t.id = "105a"
+	t.id = "111a"
 	t.name = "tools2_cross_compilation_pdrtran" 
 	t.command = "sbs -b smoke_suite/test_resources/tools2/pdrtran/BLD.INF -c tools2 -c tools2.win32"
 
@@ -65,7 +65,7 @@
 	t.run("linux")
 
 	
-	t.id = "105b"
+	t.id = "111b"
 	t.name = "tools2_cross_compilation_libs"
 	t.command = "sbs -b smoke_suite/test_resources/tools2/bld.inf -c tools2.win32 -c tools2"
 
@@ -115,7 +115,7 @@
 
 
 	t.usebash = True
-	t.id = "105c"
+	t.id = "111c"
 	t.name = "tools2_cross_compilation_toolcheck_linux"
 	t.command = "$(EPOCROOT)/epoc32/tools/pdrtran smoke_suite/test_resources/tools2/pdrtran/TEST.PD $(EPOCROOT)/epoc32/build/TEST_PDRTRAN.PDR"
 	t.targets = [
@@ -127,7 +127,7 @@
 	t.run("linux")
 
 	
-	t.id = "105d"
+	t.id = "111d"
 	t.name = "tools2_cross_compilation_toolcheck_windows"
 	t.command = "file $(EPOCROOT)/epoc32/tools/pdrtran.exe"
 	t.targets = []
@@ -137,7 +137,7 @@
 	t.run("linux")
 
 
-	t.id = "105"
+	t.id = "111"
 	t.name = "tools2_cross_compilation"
 	t.print_result()
 	return t