# HG changeset patch # User timothy.murphy@nokia.com # Date 1270737047 -3600 # Node ID ae731bee7d46d24e3fe8b4162d27333f2023327a # Parent d1500715c07343096ac22113d2ca9e882c15a0f1 resource test - small review comment fixes diff -r d1500715c073 -r ae731bee7d46 sbsv2/raptor/test/smoke_suite/resource.py --- a/sbsv2/raptor/test/smoke_suite/resource.py Thu Apr 08 15:01:11 2010 +0100 +++ b/sbsv2/raptor/test/smoke_suite/resource.py Thu Apr 08 15:30:47 2010 +0100 @@ -52,7 +52,6 @@ t.run() - t.id="30a" t.name = "no_depend_gen_resource" t.usebash = True @@ -65,7 +64,6 @@ is used because the weight of 'complete' dependency information would overwhelm make. """ buildLocation = ReplaceEnvs("$(EPOCROOT)/epoc32/build/") + BldInfFile.outputPathFragment('smoke_suite/test_resources/resource/group/bld.inf') - #res_depfile= buildLocation+"/dependentresource_/dependentresource_resource_dependentresource_sc.rpp.d" res_depfile= buildLocation+"/dependentresource_/dependentresource_sc.rpp.d" t.targets = [ @@ -96,4 +94,7 @@ ] t.run() + + t.name = 'resource' + t.print_result() return t