955. 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.

955.1 Files compared

# Location File Last Modified
1 ehmp.zip\ehmp\ehmp\product\tests\acceptance-tests\features-arch\old_ehmp_features_ruby\steps med_search_steps.rb Tue Dec 15 14:05:18 2015 UTC
2 ehmp.zip\ehmp\ehmp\product\tests\acceptance-tests\features-arch\old_ehmp_features_ruby\steps med_search_steps.rb Mon Oct 2 20:09:39 2017 UTC

955.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 22
Changed 1 2
Inserted 0 0
Removed 0 0

955.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

955.4 Active regular expressions

No regular expressions were active.

955.5 Comparison detail

  1   path = Fil e.expand_p ath '..',  __FILE__
  2   $LOAD_PATH .unshift p ath unless  $LOAD_PAT H.include? (path)
  3   path = Fil e.expand_p ath '../.. /../../sha red-test-r uby', __FI LE__
  4   $LOAD_PATH .unshift p ath unless  $LOAD_PAT H.include? (path)
  5   require 'V erifyJsonR untimeValu e.rb'
  6  
  7   When(/^the  user sear ches medic ation for  the patien t "(.*?)"  with the " (.*?)" in  VPR format $/) do |pi d, text|
  8   # https:// IP        /vpr/9E7A; 737/search /MED?text= ANALGESICS
  9     path = Q ueryVPR.ne w("search/ MED", pid) .add_param eter("text ", text)
  10     p path
  11     @respons e = HTTPar tyWithBasi cAuth.get_ with_autho rization(p ath)
  12   end