contentmgmt/referencedrmagent/tcaf/scripts/drmfileperformance_armv5.script
changeset 77 956a80986d49
parent 32 3490edffc34e
child 96 a71299154b21
--- a/contentmgmt/referencedrmagent/tcaf/scripts/drmfileperformance_armv5.script	Thu Jun 24 15:55:20 2010 +0530
+++ b/contentmgmt/referencedrmagent/tcaf/scripts/drmfileperformance_armv5.script	Thu Jul 01 18:10:29 2010 +0530
@@ -29,7 +29,7 @@
 //! @SYMTestActions		Attempt to obtain the time taken to open a plaintext ile.
 //! @SYMTestExpectedResults	Test fails if the time to open the plaintext file exceeds the value specified in the INI file.
 
-RUN_TEST_STEP 100 tcaf CAFDRMFileOpenPerformanceStep c:\tcaf\consumerstep.ini DRMFileOpenPerformance
+RUN_TEST_STEP 100 tcaf CAFDRMFileOpenPerformanceStep z:\tcaf\consumerstep.ini DRMFileOpenPerformance
 END_TESTCASE 			SEC-CAF-DRMFP-0001
 
 START_TESTCASE 			SEC-CAF-DRMFP-0002
@@ -43,7 +43,7 @@
 //! @SYMTestActions		Attempt to obtain the time taken to open a file containing single content object.
 //! @SYMTestExpectedResults	Test fails if the time to open a file containing single content object exceeds the value specified in the INI file.
 
-RUN_TEST_STEP 100 tcaf CAFDRMFileOpenPerformanceStep c:\tcaf\consumerstep.ini DRMFileOpenPerformance_SingleRTAObject
+RUN_TEST_STEP 100 tcaf CAFDRMFileOpenPerformanceStep z:\tcaf\consumerstep.ini DRMFileOpenPerformance_SingleRTAObject
 END_TESTCASE 			SEC-CAF-DRMFP-0002
 
 START_TESTCASE 			SEC-CAF-DRMFP-0003
@@ -57,7 +57,7 @@
 //! @SYMTestActions		Attempt to obtain the time taken to open a file containing multiple content objects.
 //! @SYMTestExpectedResults	Test fails if the time to open a file containing multiple content objects exceeds the value specified in the INI file.
 
-RUN_TEST_STEP 100 tcaf CAFDRMFileOpenPerformanceStep c:\tcaf\consumerstep.ini DRMFileOpenPerformance_MultipleRTAObject
+RUN_TEST_STEP 100 tcaf CAFDRMFileOpenPerformanceStep z:\tcaf\consumerstep.ini DRMFileOpenPerformance_MultipleRTAObject
 END_TESTCASE 			SEC-CAF-DRMFP-0003