From 21061fc50c8d6f6a3a85f9cd5f27e4384d1ab612 Mon Sep 17 00:00:00 2001 From: PriestJ Date: Mon, 4 Feb 2008 18:47:20 +0000 Subject: [PATCH] added some constants for the enquiry tests git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3463 248e525c-4dfb-0310-94bc-949c084e9493 --- tests/constants.rb | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) 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