# HG changeset patch # User Richard Taylor # Date 1265022626 0 # Node ID e91f563716aa9012c21e2894d3903c3a1f2cf89e # Parent a186d972007327f705c70ff6aa35217382f5656b# Parent a4bc95a3b539ec63e7cee08d7f2be9400050ab55 catch up diff -r a186d9720073 -r e91f563716aa sbsv2/raptor/test/smoke_suite/tools2_cross_compilation.py --- 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