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

291.1 Files compared

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

291.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 5 72
Changed 4 8
Inserted 0 0
Removed 0 0

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

291.4 Active regular expressions

No regular expressions were active.

291.5 Comparison detail

  1   @F1225 @US 18156 @JBP M @future
  2   Feature: C ommunicati on Platfor m to suppo rt announc ements - a ttachments
  3  
  4   @US18156_1
  5   Scenario:  Verify err or if prov ided ident ifier does  not match  an existi ng message  identifie r
  6     When cli ent reques ts attachm ent for in valid iden tifier
  7     Then a n on-found r esponse is  returned
  8     And the  response m essage is  "Not Found "
  9  
  10   @US18156_2
  11   Scenario:
  12       Given  client req uests comm unications  for
  13         | pa rameter                  | value                                                           |
  14           | requeste r.userId           | urn:va:u ser: R E D A CTED :100000002 70                                  |
  15         | re quester.eh mpAppVersi on | sampl e.data                                                    |
  16           | category []                  | http://e hmp. DNS     /messageCa tegories/a nnouncemen ts-terms    |
  17       And a  successful  response  is returne d
  18       And th e response  contains  at least 1  term anno uncement w ith an att achment
  19       When t he client  requests t he attachm ent for th e first re turned ter m using su bstitution
  20       Then a  successfu l response  is return ed
  21       And th e attachme nt respons e contains  populated  
  22         | fi eld        |
  23         | co ntentType  |
  24         | sr c          |
  25  
  26   @US18156_3
  27   Scenario:
  28       Given  client req uests comm unications  for
  29         | pa rameter                  | value                                                           |
  30           | requeste r.userId           | urn:va:u ser: R E D A CTED :100000002 70                                  |
  31         | re quester.eh mpAppVersi on | sampl e.data                                                    |
  32           | category []                  | http://e hmp. DNS     /messageCa tegories/a nnouncemen ts-terms    |
  33       And a  successful  response  is returne d
  34       And th e response  contains  at least 1  term anno uncement w ith an att achment
  35       When t he client  requests t he attachm ent for th e first re turned ter m using th e link
  36       Then a  successfu l response  is return ed
  37       And th e attachme nt respons e contains  populated  
  38         | fi eld        |
  39         | co ntentType  |
  40         | sr c          |