diff --git a/Data/Test/apex_auto_install.rb b/Data/Test/apex_auto_install.rb index b4023c9..2606b25 100644 --- a/Data/Test/apex_auto_install.rb +++ b/Data/Test/apex_auto_install.rb @@ -50,7 +50,7 @@ ADID = '4550' #APEX admin identifier WORKSPACE = 'MIP_TEST' USER = 'ADMIN' PASSWORD = 'password' -DELETE_PREVIOUS_IMPORTS = true +DELETE_PREVIOUS_IMPORTS = false def importpageone (p_file, p_file_type, p_charset) @@ie.link(:title, 'Application Builder').click @@ -108,6 +108,10 @@ begin # 'Western European Windows 1252') if DELETE_PREVIOUS_IMPORTS + #er this code does not work from the Loordv001 box + #it will run on JP's machine if this code is run from a + #dos prompt - it's an issue with ruby trying to spawn a + #new thead to look for the open dialogue box @@ie.link(:title, 'Manage Export Repository').click @@ie.wait @@ie.checkboxes.each { |c| c.set }