diff --git a/tests/constants.rb b/tests/constants.rb index 5370924..91ff871 100644 --- a/tests/constants.rb +++ b/tests/constants.rb @@ -60,4 +60,27 @@ ICU_PWD = 'password' CS = 'cs1' CS_PWD = 'password' SA = 'sa1' -SA_PWD = 'password' \ No newline at end of file +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!('/','\\') \ No newline at end of file