## GT0128 Hurricane WAP
## WSP Protocol Handler
#######################
## Ref. SGL.GT0128.aaa.bbb WSP Protocol Handler Unit Tests
## Unit test 2.3.3.20
## Driver chat script
#
# Test Synopsis
# * Invoke POST method with acknowledgement which delivers a message which is greater than the maximum Client SDU size   
Confirm that the maximum (30,000) Server SDU size has been accepted by the server
Confirm that a large file (i.e. a GIF of size 31,000) is on the client 

# Expected Result
# * Expected result: Message Size exceeded error generated 


SCRIPT UnitTestDriver2.3.3.20 

#
# Sleep before start, allows stub time to start up and initialise.
#
	SLEEP 500
#
# Step 1
#

#
# Give the stub a chance to finish before exiting
#
	SLEEP 500
#
# Done!
#

ENDSCRIPT


