Saved in the new menu code, also changed the autoinstall for the test environment so that it will dynamically call the sql export scripts for apex rather than using a hardcoded string.
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2935 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -9,12 +9,16 @@ include Watir
|
||||
@@ie.visible= false
|
||||
#set the speed of watir
|
||||
@@ie.speed = :fast
|
||||
|
||||
#backup 2 directories
|
||||
Dir.chdir('..')
|
||||
Dir.chdir('..')
|
||||
#we're in windows, so replace the forwards with the backs
|
||||
workingdir = Dir.getwd.to_s.gsub!('/','\\')
|
||||
#Set constants for import
|
||||
ORIGINAL_APP_ID = '155'
|
||||
NEW_APP_ID = '102'
|
||||
SCHEMA = 'MIP_TEST'
|
||||
APEX_EXPORT_SCRIPTS_DIR = 'c:\\webmip\\trunk\\Screens\\'
|
||||
APEX_EXPORT_SCRIPTS_DIR = workingdir +'\\Screens\\'
|
||||
APPLICATION_SCRIPT = 'f155.sql'
|
||||
CSS_SCRIPT = 'css.sql'
|
||||
IMAGES_SCRIPT = 'f155_img.sql'
|
||||
|
||||
Reference in New Issue
Block a user