--- a/sbsv2/raptor/test/smoke_suite/resource.py	Fri Apr 09 13:26:40 2010 +0100
+++ b/sbsv2/raptor/test/smoke_suite/resource.py	Fri Apr 09 14:10:41 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