sbsv2/raptor/test/smoke_suite/zip_export_plus_clean.py
changeset 616 24e4ef208cca
parent 591 22486c9c7b15
child 641 8dd670a9f34f
--- a/sbsv2/raptor/test/smoke_suite/zip_export_plus_clean.py	Wed Jul 14 16:22:24 2010 +0800
+++ b/sbsv2/raptor/test/smoke_suite/zip_export_plus_clean.py	Wed Jul 14 14:50:01 2010 +0100
@@ -15,11 +15,13 @@
 #
 
 from raptor_tests import SmokeTest, AntiTargetSmokeTest, ReplaceEnvs
+from raptor_meta import MetaReader
+from raptor_utilities import sanitise
 import re
 
 def run():
-	markerfile = re.sub("(\\\\|\/|:|;| )", "_",
-			ReplaceEnvs("$(SBS_HOME)_test_smoke_suite_test_resources_simple_zip_export_archive.zip$(EPOCROOT)_epoc32_testunzip.unzipped"))
+	premarkerfile = sanitise(ReplaceEnvs("$(SBS_HOME)_test_smoke_suite_test_resources_simple_zip_export_archive.zip$(EPOCROOT)_epoc32_testunzip"))
+	markerfile = MetaReader.unzippedPathFragment(premarkerfile) + ".unzipped"
 	
 	t = SmokeTest()