283. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/4/2017 8:04:41 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.

283.1 Files compared

# Location File Last Modified
1 rdk.zip\rdk\product\tests\acceptance-tests\features\steps teams_steps.rb Mon Aug 21 12:51:01 2017 UTC
2 rdk.zip\rdk\product\tests\acceptance-tests\features\steps teams_steps.rb Tue Oct 3 20:13:30 2017 UTC

283.2 Comparison summary

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

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

283.4 Active regular expressions

No regular expressions were active.

283.5 Comparison detail

  1   When(/^the  client re quests to  view all t eams$/) do  
  2     query =  RDKQuery.n ew('teams- list')
  3     path = q uery.path
  4     p path
  5       @response  = HTTParty RDK.get_as _user(path , " R E D A CTED ; DNS     ", " REDACTED ")
  6   end
  7  
  8   Then(/^the  teams res ults conta in more th an (\d+) r ecords$/)  do |count|
  9     json = J SON.parse( @response. body)
  10     value =  json["data "]   #resu lts  in on ly one val ue
  11     expect(v alue.lengt h).to be >  count.to_ i
  12   end