smsprotocols/smsstack/wapprot/test/TE_WAPTHDR/TE_wapthdr.script
changeset 20 244d7c5f118e
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
19:1f776524b15c 20:244d7c5f118e
    40 //!@SYMTestPriority critical
    40 //!@SYMTestPriority critical
    41 //!@SYMTestActions - parses te_wapthdr.txt and then sends encoded wap sms messages based on the contents of the config file
    41 //!@SYMTestActions - parses te_wapthdr.txt and then sends encoded wap sms messages based on the contents of the config file
    42 //!@SYMTestExpectedResults Pass - If anthing fails the step will leave with error code
    42 //!@SYMTestExpectedResults Pass - If anthing fails the step will leave with error code
    43 //!@SYMTestType CT
    43 //!@SYMTestType CT
    44 RUN_TEST_STEP 100 TE_wapthdr TestEncodeWapTextMessage
    44 RUN_TEST_STEP 100 TE_wapthdr TestEncodeWapTextMessage
    45 
       
    46 END_TESTCASE SMS-SMSStack-NA-6001
    45 END_TESTCASE SMS-SMSStack-NA-6001
    47 
    46 
    48 START_TESTCASE SMS-SMSStack-NA-6002
    47 START_TESTCASE SMS-SMSStack-NA-6002
    49 //!@SYMTestCaseID SMS-SMSStack-NA-6002
    48 //!@SYMTestCaseID SMS-SMSStack-NA-6002
    50 //!@SYMREQ REQ0000
    49 //!@SYMREQ REQ0000
    51 //!@SYMTestCaseDesc Sends a buffer too long for the logger to handle
    50 //!@SYMTestCaseDesc Sends a buffer too long for the logger to handle
    52 //!@SYMTestPriority critical
    51 //!@SYMTestPriority critical
    53 //!@SYMTestActions.Send a buffer too long for the logger to handle, therefore causing an overflow.
    52 //!@SYMTestActions Send a buffer too long for the logger to handle, therefore causing an overflow.
    54 // Function will panic if overflow handler is not implemented correctly.
    53 // Function will panic if overflow handler is not implemented correctly.
    55 //!@SYMTestExpectedResults Pass - If anthing fails the step will leave with error code
    54 //!@SYMTestExpectedResults Pass - If anthing fails the step will leave with error code
    56 //!@SYMTestType CT
    55 //!@SYMTestType CT
    57 RUN_TEST_STEP 100 TE_wapthdr TestLoggerOverflow
    56 RUN_TEST_STEP 100 TE_wapthdr TestLoggerOverflow
    58 END_TESTCASE SMS-SMSStack-NA-6002
    57 END_TESTCASE SMS-SMSStack-NA-6002