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

956.1 Files compared

# Location File Last Modified
1 ehmp.zip\ehmp\ehmp\product\tests\acceptance-tests\features-arch\old_ehmp_features_ruby\steps operational_sync_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 operational_sync_steps.rb Mon Oct 2 20:09:41 2017 UTC

956.2 Comparison summary

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

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

956.4 Active regular expressions

No regular expressions were active.

956.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  client re quests ope rational s ync status  for multi tple sites $/) do
  8    # path =  "http:// IP                /data/find /syncstatu s?filter=e q%28forOpe rational,t rue%29#"
  9     base_jds _url = Def aultLogin. jds_url
  10     p path =  "#{base_j ds_url}/da ta/find/sy ncstatus?f ilter=eq%2 8forOperat ional,true %29#"
  11     @respons e = HTTPar tyWithBasi cAuth.get_ with_autho rization(p ath)
  12   end
  13  
  14   Then(/^the  operation al sync re sults cont ain differ ent domain s from "(. *?)"$/) do  |arg1, ta ble|
  15     @json_ob ject = JSO N.parse(@r esponse.bo dy)
  16     result_a rray = @js on_object[ "data"]["i tems"]
  17  
  18     json_ver ify = Veri fyJsonRunt imeValue.n ew
  19     json_ver ify.verify _json_runt ime_vlaue( result_arr ay, table)
  20   end