## GT0128 Hurricane WAP
## WSP Protocol Handler
#######################
## Ref_ SGL_GT0128_aaa.bbb WSP Protocol Handler Unit Tests
## Unit test 2.2.5.2
## Driver chat script
#
# Test Synopsis
# * Connect with Server Message Size small (less than the default)
# A connection is made using the Server Message size, which the server accepts; this value is less than the default

# Expected Result
# * Expected result: Session Connected 


SCRIPT UnitTestDriver2.2.5.2 
#
# Sleep before start, allows stub time to start up and initialise.
#
	SLEEP 500
#
# Set proxy info
#
	INCLUDE "C:\HttpTest\wsp_pr_hnd_driver\setproxyinfo_driver.txt"
#
# Set Server msg capability - 125 bytes
#
	INCLUDE "C:\HttpTest\wsp_pr_hnd_driver\set_servermsg_125_driver.txt"
#
# Set Method MOR = 2
#
	INCLUDE "C:\HttpTest\wsp_pr_hnd_driver\set_methodmor_2_driver.txt"
#
#
# Do connect - connected OK
#
	INCLUDE "C:\HttpTest\wsp_pr_hnd_driver\do_connectok_driver.txt"
#
# Ask for disconnect
# 
	SLEEP 500
	INCLUDE "C:\HttpTest\wsp_pr_hnd_driver\do_clientdisconnect_driver.txt"
#
# Give the stub a chance to finish before exiting
#
	SLEEP 500
#
# Done!
#

ENDSCRIPT


