resource test - small review comment fixes fix
authortimothy.murphy@nokia.com
Thu, 08 Apr 2010 15:30:47 +0100
branchfix
changeset 473 ae731bee7d46
parent 472 d1500715c073
child 476 c521ed6bf746
resource test - small review comment fixes
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