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

# Expected Result
# * Expected result: Message Size exceeded error returned by server 


SCRIPT UnitTestDriver2.3.1.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


