sbsv2/raptor/test/smoke_suite/zip_export_what.py
changeset 641 8dd670a9f34f
parent 616 24e4ef208cca
--- a/sbsv2/raptor/test/smoke_suite/zip_export_what.py	Mon Sep 13 13:11:19 2010 +0800
+++ b/sbsv2/raptor/test/smoke_suite/zip_export_what.py	Mon Sep 13 14:04:04 2010 +0100
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
 # All rights reserved.
 # This component and the accompanying materials are made available
 # under the terms of the License "Eclipse Public License v1.0"
@@ -26,14 +26,14 @@
 	t = CheckWhatSmokeTest()
 	t.id = "25"
 	t.name = "zip_export_what"
-	t.command = "sbs --what " + \
-			"-b smoke_suite/test_resources/simple_zip_export/bld.inf"
+	t.command = "sbs --what -b smoke_suite/test_resources/simple_zip_export/bld.inf"
 	t.stdout = [
 		'$(EPOCROOT)/epoc32/testunzip/archive/archivefile1.txt',
 		'$(EPOCROOT)/epoc32/testunzip/archive/archivefile2.txt',
 		'$(EPOCROOT)/epoc32/testunzip/archive/archivefile3.txt',
 		'$(EPOCROOT)/epoc32/testunzip/archive/archivefile4.txt',
-		"$(EPOCROOT)/epoc32/testunzip/archive/archivefilelinuxbin"
+		"$(EPOCROOT)/epoc32/testunzip/archive/archivefilelinuxbin",
+		"$(EPOCROOT)/epoc32/testunzip/archive/archivefilereadonly.txt"
 	]
 	
 	t.targets = [
@@ -42,6 +42,7 @@
 		'$(EPOCROOT)/epoc32/testunzip/archive/archivefile3.txt',
 		'$(EPOCROOT)/epoc32/testunzip/archive/archivefile4.txt',
 		"$(EPOCROOT)/epoc32/testunzip/archive/archivefilelinuxbin",
+		"$(EPOCROOT)/epoc32/testunzip/archive/archivefilereadonly.txt",
 		"$(EPOCROOT)/epoc32/build/" + markerfile
 	]
 	t.run()