added some constants for the enquiry tests
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3463 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -60,4 +60,27 @@ ICU_PWD = 'password'
|
|||||||
CS = 'cs1'
|
CS = 'cs1'
|
||||||
CS_PWD = 'password'
|
CS_PWD = 'password'
|
||||||
SA = 'sa1'
|
SA = 'sa1'
|
||||||
SA_PWD = 'password'
|
SA_PWD = 'password'
|
||||||
|
|
||||||
|
#Addresses
|
||||||
|
ADDRESSA=["SubBuilding A",
|
||||||
|
"Building A",
|
||||||
|
"Street A",
|
||||||
|
"City A",
|
||||||
|
"NN4 6AA"]
|
||||||
|
ADDRESSB=["SubBuilding B",
|
||||||
|
"Building B",
|
||||||
|
"Street B",
|
||||||
|
"City B",
|
||||||
|
"NN4 6BB"]
|
||||||
|
ADDRESSC=["SubBuilding C",
|
||||||
|
"Building C",
|
||||||
|
"Street C",
|
||||||
|
"City C",
|
||||||
|
"NN4 6CC"]
|
||||||
|
#set working directory for uploading files etc.
|
||||||
|
#backup 2 directories
|
||||||
|
#Dir.chdir('..')
|
||||||
|
#Dir.chdir('..')
|
||||||
|
#we're in windows, so replace the forwards with the backs
|
||||||
|
WORKINGDIR = Dir.getwd.to_s.gsub!('/','\\')
|
||||||
Reference in New Issue
Block a user