smsprotocols/smsstack/wapprot/test/Te_wapprot/Te_WapProt.script
changeset 20 244d7c5f118e
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
child 69 b982c3e940f3
equal deleted inserted replaced
19:1f776524b15c 20:244d7c5f118e
    15 // 
    15 // 
    16 //
    16 //
    17 
    17 
    18 ced -i z:\TestData\configs\WapProtSuite\WapProtSuite.cfg ced.log
    18 ced -i z:\TestData\configs\WapProtSuite\WapProtSuite.cfg ced.log
    19 
    19 
    20 LOAD_SUITE TE_WapProt
       
    21 
       
    22 //delete any existing config.txt
    20 //delete any existing config.txt
    23 RUN_UTILS  MakeReadWrite c:\config.txt
    21 RUN_UTILS  MakeReadWrite c:\config.txt
    24 RUN_UTILS  DeleteFile c:\config.txt
    22 RUN_UTILS  DeleteFile c:\config.txt
    25 
    23 
    26 //copy our config file
    24 //copy our config file
    27 RUN_UTILS copyfile z:\testdata\configs\wapprotsuite\config.txt c:\config.txt
    25 RUN_UTILS copyfile z:\testdata\configs\wapprotsuite\config.txt c:\config.txt
    28 RUN_UTILS  MakeReadWrite c:\config.txt
    26 RUN_UTILS  MakeReadWrite c:\config.txt
       
    27 
       
    28 LOAD_SUITE TE_WapProt
    29 
    29 
    30 START_TESTCASE SMS-SMSStack-NA-8000
    30 START_TESTCASE SMS-SMSStack-NA-8000
    31 //!@SYMTestCaseID SMS-SMSStack-NA-8000
    31 //!@SYMTestCaseID SMS-SMSStack-NA-8000
    32 //!@SYMREQ REQ0000
    32 //!@SYMREQ REQ0000
    33 //!@SYMTestCaseDesc IoctlStep_1
    33 //!@SYMTestCaseDesc IoctlStep_1
   705 //!@SYMDEF INC108190
   705 //!@SYMDEF INC108190
   706 //!@SYMTestPriority High
   706 //!@SYMTestPriority High
   707 //!@SYMTestCaseDesc Receive a VCard via an enumerate.
   707 //!@SYMTestCaseDesc Receive a VCard via an enumerate.
   708 //!@SYMTestActions A VCard is on the SIM and enumerated.
   708 //!@SYMTestActions A VCard is on the SIM and enumerated.
   709 //!@SYMTestExpectedResults It should be received as a VCard and not as text.
   709 //!@SYMTestExpectedResults It should be received as a VCard and not as text.
   710 RUN_TEST_STEP 100 TE_WapProt TestEnumeratingVCard
   710 RUN_TEST_STEP 100 TE_WapProt TestEnumeratingVCard z:\testdata\configs\WapProtSuite\WapProtSuite.ini EnumeratingVCard
   711 END_TESTCASE SMS-WAPPROT-0127
   711 END_TESTCASE SMS-WAPPROT-0127
   712 
   712 
   713 START_TESTCASE SMS-WAPPROT-0131
   713 START_TESTCASE SMS-WAPPROT-0131
   714 //!@SYMTestCaseID SMS-WAPPROT-0131
   714 //!@SYMTestCaseID SMS-WAPPROT-0131
   715 //!@SYMDEF INC123144
   715 //!@SYMDEF INC123144
   716 //!@SYMTestPriority High
   716 //!@SYMTestPriority High
   717 //!@SYMTestCaseDesc Attempt to send oversized messages and check that the stack does not panic.
   717 //!@SYMTestCaseDesc Attempt to send oversized messages and check that the stack does not panic.
   718 //!@SYMTestActions Send a messgae bigger than the maximum datagram size and the MBuf maximum size.
   718 //!@SYMTestActions Send a messgae bigger than the maximum datagram size and the MBuf maximum size.
   719 //!@SYMTestExpectedResults The stack should return KErrTooBig.
   719 //!@SYMTestExpectedResults The stack should return KErrTooBig.
   720 RUN_TEST_STEP 100 TE_WapProt TestOversizedDatagram
   720 RUN_TEST_STEP 100 TE_WapProt TestOversizedDatagram z:\testdata\configs\WapProtSuite\WapProtSuite.ini TestStep1
   721 END_TESTCASE SMS-WAPPROT-0131
   721 END_TESTCASE SMS-WAPPROT-0131
   722