Remove timestamp from output of mip_friendly_messages.pck
Add constraint to regi_enqu_exclusions to prevent both enquiry and additional items being recorded on the same row. Allow schema to be passed to apex_auto_install.rb. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3666 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -152,15 +152,15 @@ class Test_06_addon_screen < Test::Unit::TestCase
|
||||
#~ assert(@@ie.contains_text('Create/Edit Base'),'The Create/Edit Base screen did not appear')
|
||||
#~ assert(@@ie.text_field(:id, 'P19_CODE').exists?,'The additional item code field is not available')
|
||||
#~ assert(@@ie.text_field(:id, 'P19_DESCRIPTION').exists?,'The additional item description field is not available')
|
||||
#~ assert(@@ie.text_field(:id, 'P19_DIM_A').exists?,'The dimension A field is not available')
|
||||
#~ assert(@@ie.text_field(:id, 'P19_DIM_B').exists?,'The dimension B field is not available')
|
||||
#~ assert(@@ie.text_field(:id, 'P19_DIM_C').exists?,'The dimension C field is not available')
|
||||
#~ assert(@@ie.text_field(:id, 'P19_DIM_D').exists?,'The dimension D field is not available')
|
||||
#~ assert(@@ie.text_field(:id, 'P19_DIM_E').exists?,'The dimension E field is not available')
|
||||
#~ assert(@@ie.text_field(:id, 'P19_DIM_F').exists?,'The dimension F field is not available')
|
||||
#~ assert(@@ie.text_field(:id, 'P19_DIM_G').exists?,'The dimension G field is not available')
|
||||
#~ assert(@@ie.text_field(:id, 'P19_DIM_H').exists?,'The dimension H field is not available')
|
||||
#~ assert(@@ie.text_field(:id, 'P19_DIM_I').exists?,'The dimension I field is not available')
|
||||
#~ assert(@@ie.text_field(:id, 'P19_DIM_A').exists?,'The Dim A field is not available')
|
||||
#~ assert(@@ie.text_field(:id, 'P19_DIM_B').exists?,'The Dim B field is not available')
|
||||
#~ assert(@@ie.text_field(:id, 'P19_DIM_C').exists?,'The Dim C field is not available')
|
||||
#~ assert(@@ie.text_field(:id, 'P19_DIM_D').exists?,'The Dim D field is not available')
|
||||
#~ assert(@@ie.text_field(:id, 'P19_DIM_E').exists?,'The Dim E field is not available')
|
||||
#~ assert(@@ie.text_field(:id, 'P19_DIM_F').exists?,'The Dim F field is not available')
|
||||
#~ assert(@@ie.text_field(:id, 'P19_DIM_G').exists?,'The Dim G field is not available')
|
||||
#~ assert(@@ie.text_field(:id, 'P19_DIM_H').exists?,'The Dim H field is not available')
|
||||
#~ assert(@@ie.text_field(:id, 'P19_DIM_I').exists?,'The Dim I field is not available')
|
||||
#~ assert(@@ie.select_list(:id, 'P19_DRWG_CODE').exists?,'The drawing code field is not available')
|
||||
#~ assert(@@ie.button(:id, 'create').exists?,'The create button was not available')
|
||||
#~ assert(@@ie.button(:id, 'cancel').exists?,'The cancel button was not available')
|
||||
@@ -181,15 +181,15 @@ class Test_06_addon_screen < Test::Unit::TestCase
|
||||
#~ assert_nil(@@ie.contains_text('Bases'),'The additional item screen did appear')
|
||||
#~ assert_nil(@@ie.contains_text('1765BH1'),'The new record with additional item code 1765BH1 did appear')
|
||||
#~ assert_nil(@@ie.contains_text('Base for meters'),'The description Base for meters did appear')
|
||||
#~ assert_nil(@@ie.contains_text('3800'),'The value 3800 for Dimension A did appear')
|
||||
#~ assert_nil(@@ie.contains_text('1400'),'The value 1400 for Dimension B did appear')
|
||||
#~ assert_nil(@@ie.contains_text('2400'),'The value 2400 for Dimension C did appear')
|
||||
#~ assert_nil(@@ie.contains_text('3800'),'The value 3800 for Dimension D did appear')
|
||||
#~ assert_nil(@@ie.contains_text('1400'),'The value 1400 for Dimension E did appear')
|
||||
#~ assert_nil(@@ie.contains_text('2400'),'The value 2400 for Dimension F did appear')
|
||||
#~ assert_nil(@@ie.contains_text('3800'),'The value 3800 for Dimension G did appear')
|
||||
#~ assert_nil(@@ie.contains_text('1400'),'The value 1400 for Dimension H did appear')
|
||||
#~ assert_nil(@@ie.contains_text('2400'),'The value 2400 for Dimension I did appear')
|
||||
#~ assert_nil(@@ie.contains_text('3800'),'The value 3800 for Dim A did appear')
|
||||
#~ assert_nil(@@ie.contains_text('1400'),'The value 1400 for Dim B did appear')
|
||||
#~ assert_nil(@@ie.contains_text('2400'),'The value 2400 for Dim C did appear')
|
||||
#~ assert_nil(@@ie.contains_text('3800'),'The value 3800 for Dim D did appear')
|
||||
#~ assert_nil(@@ie.contains_text('1400'),'The value 1400 for Dim E did appear')
|
||||
#~ assert_nil(@@ie.contains_text('2400'),'The value 2400 for Dim F did appear')
|
||||
#~ assert_nil(@@ie.contains_text('3800'),'The value 3800 for Dim G did appear')
|
||||
#~ assert_nil(@@ie.contains_text('1400'),'The value 1400 for Dim H did appear')
|
||||
#~ assert_nil(@@ie.contains_text('2400'),'The value 2400 for Dim I did appear')
|
||||
#~ assert_nil(@@ie.contains_text('WI'),'The new record with drawing code WI did appear')
|
||||
#~ assert(@@ie.contains_text('Error'),'An error was not generated')
|
||||
|
||||
|
||||
@@ -13,15 +13,15 @@ class Test_05_base_screen < Test::Unit::TestCase
|
||||
assert(@@ie.contains_text('Bases'),'The bases screen did not appear')
|
||||
assert(@@ie.contains_text('Base Description'),'The base description column did not appear')
|
||||
assert(@@ie.contains_text('Depth'),'The Depth column did not appear')
|
||||
assert(@@ie.contains_text('Dimension A'),'The Dimension A column did not appear')
|
||||
assert(@@ie.contains_text('Dimension B'),'The Dimension B column did not appear')
|
||||
assert(@@ie.contains_text('Dimension C'),'The Dimension C column did not appear')
|
||||
assert(@@ie.contains_text('Dimension D'),'The Dimension D column did not appear')
|
||||
assert(@@ie.contains_text('Dimension E'),'The Dimension E column did not appear')
|
||||
assert(@@ie.contains_text('Dimension F'),'The Dimension F column did not appear')
|
||||
assert(@@ie.contains_text('Dimension G'),'The Dimension G column did not appear')
|
||||
assert(@@ie.contains_text('Dimension H'),'The Dimension H column did not appear')
|
||||
assert(@@ie.contains_text('Dimension I'),'The Dimension I column did not appear')
|
||||
assert(@@ie.contains_text('Dim A'),'The Dim A column did not appear')
|
||||
assert(@@ie.contains_text('Dim B'),'The Dim B column did not appear')
|
||||
assert(@@ie.contains_text('Dim C'),'The Dim C column did not appear')
|
||||
assert(@@ie.contains_text('Dim D'),'The Dim D column did not appear')
|
||||
assert(@@ie.contains_text('Dim E'),'The Dim E column did not appear')
|
||||
assert(@@ie.contains_text('Dim F'),'The Dim F column did not appear')
|
||||
assert(@@ie.contains_text('Dim G'),'The Dim G column did not appear')
|
||||
assert(@@ie.contains_text('Dim H'),'The Dim H column did not appear')
|
||||
assert(@@ie.contains_text('Dim I'),'The Dim I column did not appear')
|
||||
assert(@@ie.contains_text('Drawing Code'),'The drawing code column did not appear')
|
||||
assert(@@ie.button(:id, 'create').exists?,'The create button was not available')
|
||||
end
|
||||
@@ -36,15 +36,15 @@ class Test_05_base_screen < Test::Unit::TestCase
|
||||
assert(@@ie.text_field(:id, 'P51_CODE').exists?,'The base code field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DESCRIPTION').exists?,'The base description field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DEPTH').exists?,'The depth field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_A').exists?,'The dimension A field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_B').exists?,'The dimension B field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_C').exists?,'The dimension C field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_D').exists?,'The dimension D field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_E').exists?,'The dimension E field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_F').exists?,'The dimension F field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_G').exists?,'The dimension G field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_H').exists?,'The dimension H field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_I').exists?,'The dimension I field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_A').exists?,'The Dim A field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_B').exists?,'The Dim B field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_C').exists?,'The Dim C field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_D').exists?,'The Dim D field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_E').exists?,'The Dim E field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_F').exists?,'The Dim F field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_G').exists?,'The Dim G field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_H').exists?,'The Dim H field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_I').exists?,'The Dim I field is not available')
|
||||
assert(@@ie.select_list(:id, 'P51_DRWG_CODE').exists?,'The drawing code field is not available')
|
||||
assert(@@ie.button(:id, 'create').exists?,'The create button was not available')
|
||||
assert(@@ie.button(:id, 'cancel').exists?,'The cancel button was not available')
|
||||
@@ -82,15 +82,15 @@ class Test_05_base_screen < Test::Unit::TestCase
|
||||
assert(@@ie.contains_text('Bases'),'The base screen did not appear')
|
||||
assert(@@ie.contains_text('1766BH1'),'The new record with base code 1766BH1 did not appear')
|
||||
assert(@@ie.contains_text('3800'),'The value 3800 for Depth did not appear')
|
||||
assert(@@ie.contains_text('3800'),'The value 3800 for Dimension A did not appear')
|
||||
assert(@@ie.contains_text('1400'),'The value 1400 for Dimension B did not appear')
|
||||
assert(@@ie.contains_text('2400'),'The value 2400 for Dimension C did not appear')
|
||||
assert(@@ie.contains_text('3800'),'The value 3800 for Dimension D did not appear')
|
||||
assert(@@ie.contains_text('1400'),'The value 1400 for Dimension E did not appear')
|
||||
assert(@@ie.contains_text('2400'),'The value 2400 for Dimension F did not appear')
|
||||
assert(@@ie.contains_text('3800'),'The value 3800 for Dimension G did not appear')
|
||||
assert(@@ie.contains_text('1400'),'The value 1400 for Dimension H did not appear')
|
||||
assert(@@ie.contains_text('2400'),'The value 2400 for Dimension I did not appear')
|
||||
assert(@@ie.contains_text('3800'),'The value 3800 for Dim A did not appear')
|
||||
assert(@@ie.contains_text('1400'),'The value 1400 for Dim B did not appear')
|
||||
assert(@@ie.contains_text('2400'),'The value 2400 for Dim C did not appear')
|
||||
assert(@@ie.contains_text('3800'),'The value 3800 for Dim D did not appear')
|
||||
assert(@@ie.contains_text('1400'),'The value 1400 for Dim E did not appear')
|
||||
assert(@@ie.contains_text('2400'),'The value 2400 for Dim F did not appear')
|
||||
assert(@@ie.contains_text('3800'),'The value 3800 for Dim G did not appear')
|
||||
assert(@@ie.contains_text('1400'),'The value 1400 for Dim H did not appear')
|
||||
assert(@@ie.contains_text('2400'),'The value 2400 for Dim I did not appear')
|
||||
assert(@@ie.contains_text('WI'),'The new record with drawing code WI did not appear')
|
||||
@@ie.button(:id, 'create').click
|
||||
@@ie.wait
|
||||
@@ -112,15 +112,15 @@ class Test_05_base_screen < Test::Unit::TestCase
|
||||
assert(@@ie.contains_text('Bases'),'The base screen did not appear')
|
||||
assert(@@ie.contains_text('1766BH2'),'The new record with base code 1766BH2 did not appear')
|
||||
assert(@@ie.contains_text('3800'),'The value 3800 for Depth did not appear')
|
||||
assert(@@ie.contains_text('3800'),'The value 3800 for Dimension A did not appear')
|
||||
assert(@@ie.contains_text('1400'),'The value 1400 for Dimension B did not appear')
|
||||
assert(@@ie.contains_text('2400'),'The value 2400 for Dimension C did not appear')
|
||||
assert(@@ie.contains_text('3800'),'The value 3800 for Dimension D did not appear')
|
||||
assert(@@ie.contains_text('1400'),'The value 1400 for Dimension E did not appear')
|
||||
assert(@@ie.contains_text('2400'),'The value 2400 for Dimension F did not appear')
|
||||
assert(@@ie.contains_text('3800'),'The value 3800 for Dimension G did not appear')
|
||||
assert(@@ie.contains_text('1400'),'The value 1400 for Dimension H did not appear')
|
||||
assert(@@ie.contains_text('2400'),'The value 2400 for Dimension I did not appear')
|
||||
assert(@@ie.contains_text('3800'),'The value 3800 for Dim A did not appear')
|
||||
assert(@@ie.contains_text('1400'),'The value 1400 for Dim B did not appear')
|
||||
assert(@@ie.contains_text('2400'),'The value 2400 for Dim C did not appear')
|
||||
assert(@@ie.contains_text('3800'),'The value 3800 for Dim D did not appear')
|
||||
assert(@@ie.contains_text('1400'),'The value 1400 for Dim E did not appear')
|
||||
assert(@@ie.contains_text('2400'),'The value 2400 for Dim F did not appear')
|
||||
assert(@@ie.contains_text('3800'),'The value 3800 for Dim G did not appear')
|
||||
assert(@@ie.contains_text('1400'),'The value 1400 for Dim H did not appear')
|
||||
assert(@@ie.contains_text('2400'),'The value 2400 for Dim I did not appear')
|
||||
assert(@@ie.contains_text('D1'),'The new record with drawing code D1 did not appear')
|
||||
end
|
||||
#
|
||||
@@ -153,15 +153,15 @@ class Test_05_base_screen < Test::Unit::TestCase
|
||||
assert(@@ie.contains_text('Bases'),'The base screen did not appear')
|
||||
assert(@@ie.contains_text('1766BH1'),'The new record with base code 1766BH1 did not appear')
|
||||
assert(@@ie.contains_text('3800'),'The value 3800 for Depth did not appear')
|
||||
assert(@@ie.contains_text('3800'),'The value 3800 for Dimension A did not appear')
|
||||
assert(@@ie.contains_text('1400'),'The value 1400 for Dimension B did not appear')
|
||||
assert(@@ie.contains_text('2400'),'The value 2400 for Dimension C did not appear')
|
||||
assert(@@ie.contains_text('3800'),'The value 3800 for Dimension D did not appear')
|
||||
assert(@@ie.contains_text('1400'),'The value 1400 for Dimension E did not appear')
|
||||
assert(@@ie.contains_text('2400'),'The value 2400 for Dimension F did not appear')
|
||||
assert(@@ie.contains_text('3800'),'The value 3800 for Dimension G did not appear')
|
||||
assert(@@ie.contains_text('1400'),'The value 1400 for Dimension H did not appear')
|
||||
assert(@@ie.contains_text('2400'),'The value 2400 for Dimension I did not appear')
|
||||
assert(@@ie.contains_text('3800'),'The value 3800 for Dim A did not appear')
|
||||
assert(@@ie.contains_text('1400'),'The value 1400 for Dim B did not appear')
|
||||
assert(@@ie.contains_text('2400'),'The value 2400 for Dim C did not appear')
|
||||
assert(@@ie.contains_text('3800'),'The value 3800 for Dim D did not appear')
|
||||
assert(@@ie.contains_text('1400'),'The value 1400 for Dim E did not appear')
|
||||
assert(@@ie.contains_text('2400'),'The value 2400 for Dim F did not appear')
|
||||
assert(@@ie.contains_text('3800'),'The value 3800 for Dim G did not appear')
|
||||
assert(@@ie.contains_text('1400'),'The value 1400 for Dim H did not appear')
|
||||
assert(@@ie.contains_text('2400'),'The value 2400 for Dim I did not appear')
|
||||
assert(@@ie.contains_text('WI'),'The new record with drawing code WI did not appear')
|
||||
end
|
||||
#
|
||||
@@ -255,15 +255,15 @@ class Test_05_base_screen < Test::Unit::TestCase
|
||||
assert(@@ie.contains_text('Create/Edit Base'),'The Create/Edit Base screen did not appear')
|
||||
assert(@@ie.text_field(:id, 'P51_CODE').exists?,'The base code field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DESCRIPTION').exists?,'The base description field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_A').exists?,'The dimension A field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_B').exists?,'The dimension B field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_C').exists?,'The dimension C field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_D').exists?,'The dimension D field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_E').exists?,'The dimension E field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_F').exists?,'The dimension F field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_G').exists?,'The dimension G field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_H').exists?,'The dimension H field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_I').exists?,'The dimension I field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_A').exists?,'The Dim A field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_B').exists?,'The Dim B field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_C').exists?,'The Dim C field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_D').exists?,'The Dim D field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_E').exists?,'The Dim E field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_F').exists?,'The Dim F field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_G').exists?,'The Dim G field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_H').exists?,'The Dim H field is not available')
|
||||
assert(@@ie.text_field(:id, 'P51_DIM_I').exists?,'The Dim I field is not available')
|
||||
assert(@@ie.select_list(:id, 'P51_DRWG_CODE').exists?,'The drawing code field is not available')
|
||||
assert(@@ie.button(:id, 'create').exists?,'The create button was not available')
|
||||
assert(@@ie.button(:id, 'cancel').exists?,'The cancel button was not available')
|
||||
@@ -284,15 +284,15 @@ class Test_05_base_screen < Test::Unit::TestCase
|
||||
assert_nil(@@ie.contains_text('Bases'),'The base screen did appear')
|
||||
assert_nil(@@ie.contains_text('1765BH1'),'The new record with base code 1765BH1 did appear')
|
||||
assert_nil(@@ie.contains_text('Base for meters'),'The description Base for meters did appear')
|
||||
assert_nil(@@ie.contains_text('3800'),'The value 3800 for Dimension A did appear')
|
||||
assert_nil(@@ie.contains_text('1400'),'The value 1400 for Dimension B did appear')
|
||||
assert_nil(@@ie.contains_text('2400'),'The value 2400 for Dimension C did appear')
|
||||
assert_nil(@@ie.contains_text('3800'),'The value 3800 for Dimension D did appear')
|
||||
assert_nil(@@ie.contains_text('1400'),'The value 1400 for Dimension E did appear')
|
||||
assert_nil(@@ie.contains_text('2400'),'The value 2400 for Dimension F did appear')
|
||||
assert_nil(@@ie.contains_text('3800'),'The value 3800 for Dimension G did appear')
|
||||
assert_nil(@@ie.contains_text('1400'),'The value 1400 for Dimension H did appear')
|
||||
assert_nil(@@ie.contains_text('2400'),'The value 2400 for Dimension I did appear')
|
||||
assert_nil(@@ie.contains_text('3800'),'The value 3800 for Dim A did appear')
|
||||
assert_nil(@@ie.contains_text('1400'),'The value 1400 for Dim B did appear')
|
||||
assert_nil(@@ie.contains_text('2400'),'The value 2400 for Dim C did appear')
|
||||
assert_nil(@@ie.contains_text('3800'),'The value 3800 for Dim D did appear')
|
||||
assert_nil(@@ie.contains_text('1400'),'The value 1400 for Dim E did appear')
|
||||
assert_nil(@@ie.contains_text('2400'),'The value 2400 for Dim F did appear')
|
||||
assert_nil(@@ie.contains_text('3800'),'The value 3800 for Dim G did appear')
|
||||
assert_nil(@@ie.contains_text('1400'),'The value 1400 for Dim H did appear')
|
||||
assert_nil(@@ie.contains_text('2400'),'The value 2400 for Dim I did appear')
|
||||
assert_nil(@@ie.contains_text('WI'),'The new record with drawing code WI did appear')
|
||||
assert(@@ie.contains_text('Error'),'An error was not generated')
|
||||
@@ie.link(:text, 'OK').click
|
||||
|
||||
Reference in New Issue
Block a user