From 3adfbc620fbae9f21242e965ae3ff5d4eb9bbc13 Mon Sep 17 00:00:00 2001 From: kanagad Date: Fri, 18 Jan 2008 15:38:52 +0000 Subject: [PATCH] added a few extra constants git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3300 248e525c-4dfb-0310-94bc-949c084e9493 --- tests/constants.rb | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/tests/constants.rb b/tests/constants.rb index 00e6f8a..be9c61b 100644 --- a/tests/constants.rb +++ b/tests/constants.rb @@ -9,8 +9,8 @@ DBUSERNAME='mip_dev_e' DBPASSWORD='mip_dev_e' #DATABASE='dev10g' -# Screen Constants #MACHINE='wxp0113' +# Screen Constants MACHINE = 'loordv01' #MACHINE = '195.228.69.35' #DAD='eftnomfat' @@ -26,13 +26,21 @@ PROTOCOL = 'http://' START_URL = PROTOCOL+MACHINE+'/'+DAD+'/f?p=156:1:380279258624897:::::' LOGIN = PROTOCOL+MACHINE+'/'+DAD+'/f?p=156:1' EXPORT_DATA = PROTOCOL+MACHINE+'/'+DAD+'/f?p=156:5' - +DRAWING = PROTOCOL+MACHINE+'/'+DAD+'/f?p=155:52' +HOUSING = PROTOCOL+MACHINE+'/'+DAD+'/f?p=155:54' +MODULE = PROTOCOL+MACHINE+'/'+DAD+'/f?p=155:56' +BASE = PROTOCOL+MACHINE+'/'+DAD+'/f?p=155:50' +#ADDON = PROTOCOL+MACHINE+'/'+DAD+'/f?p=153:6' # # Users required for the script # may need to add more as the integration tests grow # JAMIE = 'priestj' JAMIE_PWD = 'password' +#DK = 'dharshanik' +#DK_PWD = 'password' +DK = 'kanagasabapathy' +DK_PWD = 'Pa$$w0rd' AGENT = 'testagent' AGENT_PWD = 'testagent' SUPP = 'testagent'