944. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/3/2017 11:16:06 AM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

944.1 Files compared

# Location File Last Modified
1 ehmp.zip\ehmp\ehmp\product\tests\acceptance-tests\features-arch\old_ehmp_features_ruby\steps\helper DefaultHmpLogin.rb Mon Jul 10 17:46:22 2017 UTC
2 ehmp.zip\ehmp\ehmp\product\tests\acceptance-tests\features-arch\old_ehmp_features_ruby\steps\helper DefaultHmpLogin.rb Tue Oct 3 13:50:25 2017 UTC

944.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 8 154
Changed 7 44
Inserted 0 0
Removed 0 0

944.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

944.4 Active regular expressions

No regular expressions were active.

944.5 Comparison detail

  1   # Valid Lo gin inform ation to b e used for  most test s
  2   class Defa ultLogin
  3   #    @@hmp _url = ENV .keys.incl ude?('LEIP R_IP') ? ' https://'  + ENV['LEI PR_IP'] :" https://hm pdemo.vain novations. us"
  4   #    @@fac ility = "H MP SANDBOX "
  5       @@accessco de = " R E DACT "
  6       @@verifyco de = " R E DACT "
  7  
  8       # @@hmp_ur l = 'https ://' + ENV ['EHMP_IP' ] + ": PORT "
  9     if !ENV[ 'VE2_ATEST '].nil? &&  ENV['VE2_ ATEST'] ==  "1"
  10       p "Usi ng VE2 for  Acceptanc e Tests"
  11         @@hmp_url  = ENV.keys .include?( 'VE2_EHMP_ IP') ? 'ht tps://' +  ENV['VE2_E HMP_IP'] +  ": PORT " : "https :// IP             "
  12         @@fhir_url  = ENV.key s.include? ('VE2_VE_A PI_IP') ?  'https://'  + ENV['VE 2_VE_API_I P'] : "htt ps:// IP        "
  13         @@jds_url  = ENV.keys .include?( 'VE2_JDS_I P') ? 'htt p://' + EN V['VE2_JDS _IP'] + ": PORT " : "http: // IP                "
  14         @@solr_url  = ENV.key s.include? ('VE2_SOLR _IP') ? 'h ttp://' +  ENV['VE2_S OLR_IP'] +  ": PORT " : "http: // IP               "
  15         @@vx_sync_ url = ENV. keys.inclu de?('VX_SY NC_IP') ?  'http://'  + ENV['VX_ SYNC_IP']  + ":8080"  : "https:/ / IP             "
  16     else
  17       p "Usi ng default  VistA-Exc hange for  Acceptance  Tests"
  18         @@hmp_url  = ENV.keys .include?( 'EHMP_IP')  ? 'https: //' + ENV[ 'EHMP_IP']  + ": PORT " : "https :// IP             "
  19         @@jds_url  = ENV.keys .include?( 'JDS_IP')  ? 'http:// ' + ENV['J DS_IP'] +  ": PORT " : "http: // IP                "
  20         @@fhir_url  = ENV.key s.include? ('VE_API_I P') ? 'htt ps://' + E NV['VE_API _IP'] : "h ttps:// IP        "
  21         @@solr_url  = ENV.key s.include? ('SOLR_IP' ) ? 'http: //' + ENV[ 'SOLR_IP']  + ": PORT " : "http: // IP               "
  22         @@vx_sync_ url = ENV. keys.inclu de?('VX_SY NC_IP') ?  'http://'  + ENV['VX_ SYNC_IP']  +":8080" :  "http:// IP             "
  23     end
  24  
  25     @@facili ty = "PANO RAMA"
  26       @@accessco de = " REDACT "
  27       @@verifyco de = " REDACTED "
  28       # @@jds_ur l = 'https ://' + ENV ['JDS_IP']  + ": PORT "
  29  
  30     @@defaul t_wait_tim e = 50
  31  
  32       @@rdk_url  = ENV.keys .include?( 'RDK_IP')  ? 'http:// ' + ENV['R DK_IP'] +  ": PORT " : "http: //127.0.0. 1: PORT "
  33       @@rdk_api_ url = ENV. keys.inclu de?('RDK_A PI_IP') ?  'http://'  + ENV['RDK _API_IP']  + ": PORT " : "http: // IP                "
  34     
  35     def self .rdk_url
  36       return  @@rdk_url
  37     end
  38  
  39     def self .rdk_api_u rl
  40       return  @@rdk_api _url
  41     end
  42     
  43       @@ve2_hmp_ url = ENV. keys.inclu de?('VE2_E HMP_IP') ?  'https:// ' + ENV['V E2_EHMP_IP '] + ": PORT " : "https :// IP             "
  44       @@ve2_fhir _url = ENV .keys.incl ude?('VE2_ VE_API_IP' ) ? 'https ://' + ENV ['VE2_VE_A PI_IP'] :  "https:// IP        "
  45       @@ve2_jds_ url = ENV. keys.inclu de?('VE2_J DS_IP') ?  'http://'  + ENV['VE2 _JDS_IP']  + ": PORT " : "http: // IP                "
  46       @@ve2_solr _url = ENV .keys.incl ude?('VE2_ SOLR_IP')  ? 'http:// ' + ENV['V E2_SOLR_IP '] + ": PORT " : "http: // IP               "
  47  
  48     def self .wait_time
  49       return  @@default _wait_time
  50     end
  51  
  52     def self .jds_url
  53       return  @@jds_url
  54     end
  55     def self .fhir_url
  56       return  @@fhir_ur l
  57     end
  58     def self .solr_url
  59       return  @@solr_ur l
  60     end
  61  
  62     def self .facility
  63       return  @@facilit y
  64     end
  65  
  66     def self .access_co de
  67       return  @@accessc ode
  68     end
  69  
  70     def self .verify_co de
  71       return  @@verifyc ode
  72     end
  73  
  74     def self .hmp_url
  75       return  @@hmp_url
  76     end
  77  
  78     def self .ve2_jds_u rl
  79       return  @@ve2_jds _url
  80     end
  81     
  82     def self .ve2_fhir_ url
  83       return  @@ve2_fhi r_url
  84     end
  85    
  86     def self .ve2_hmp_u rl
  87       return  @@ve2_hmp _url
  88     end
  89     
  90     def self .ve2_solr_ url
  91       return  @@ve2_sol r_url
  92     end
  93     
  94     def self .vx_sync_u rl
  95       return  @@vx_sync _url
  96     end
  97     
  98   end
  99