SF Bug 2113 - make test work on windows as well as linux.
authortimothy.murphy@nokia.com
Tue, 02 Mar 2010 09:09:50 +0000
changeset 296 1436f5b715d5
parent 295 5dd2ef822850
child 297 7029b5be2b15
SF Bug 2113 - make test work on windows as well as linux.
sbsv2/raptor/test/smoke_suite/whatcomp.py
--- a/sbsv2/raptor/test/smoke_suite/whatcomp.py	Tue Mar 02 09:07:22 2010 +0000
+++ b/sbsv2/raptor/test/smoke_suite/whatcomp.py	Tue Mar 02 09:09:50 2010 +0000
@@ -78,11 +78,11 @@
 	t.command = "sbs_filter --filters=FilterWhatComp < smoke_suite/test_resources/logexamples/what_component_repeated.log"
 	t.targets = []
 	t.mustmatch = [ 
-		"Chdir y:/ext/app/emailwizard",
+		"Chdir y:.ext.app.emailwizard",
 		".*epoc32.data.something",
-		"Chdir y:/sf/mw/gsprofilesrv/ftuwizardmodel.*",
+		"Chdir y:.sf.mw.gsprofilesrv.ftuwizardmodel.*",
 		".*epoc32.release.armv5.something",
-		"Chdir y:/ext/app/emailwizard.*"
+		"Chdir y:.ext.app.emailwizard.*"
 		]
 
 	t.mustnotmatch = []