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

279.1 Files compared

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

279.2 Comparison summary

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

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

279.4 Active regular expressions

No regular expressions were active.

279.5 Comparison detail

  1   When(/^the  client re quests to  view all e hmp permis sions$/) d
  2     query =  RDKQuery.n ew('permis sions-list ')
  3     query.ad d_paramete r('testdat a', 'true' )
  4     path = q uery.path
  5     p path
  6       @response  = HTTParty RDK.get_as _user(path , " SIT E _ID ; USER ", " PW ")
  7   end
  8  
  9   Then(/^the  permissio ns results  contain m ore than ( \d+) recor ds$/) do | count|
  10     json = J SON.parse( @response. body)
  11     value =  json["data "]   #resu lts  in on ly one val ue
  12     expect(v alue.lengt h).to be >  count.to_ i
  13   end