304. EPMO Open Source Coordination Office Redaction File Detail Report

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

304.1 Files compared

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

304.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 7 144
Changed 6 12
Inserted 0 0
Removed 0 0

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

304.4 Active regular expressions

No regular expressions were active.

304.5 Comparison detail

  1   @UserPermi ssionSets  @F457 @DE2 244 @DE420 1
  2  
  3   Feature: F 457 - View  and updat e user per mission se ts
  4  
  5   @F457_Get_ Permission _Sets_List
  6   Scenario:  View array  of permis sion sets
  7   When the c lient requ ests authe ntication  with acces sCode " DNS     " and veri fyCode " REDACTED " and site  " R E D A CTED " and divi sion "500"  and conte ntType "ap plication/ json"
  8   When the c lient requ ests to vi ew all use r permissi on sets
  9   Then a suc cessful re sponse is  returned
  10   And the pe rmission s ets result s contain  more than  0 records
  11  
  12   @F457_Get_ User_Permi ssion_Sets _before
  13   Scenario:  View user  permission  sets
  14   When the c lient requ ests to vi ew permiss ion sets f or a speci fic user " urn:va:use r: R E D A CTED :100000002 70"
  15   Then a suc cessful re sponse is  returned
  16   Then the p ermission  sets resul ts contain  exactly 2  values
  17   Then the r esponse co ntains per mission se ts
  18   | table |
  19   |read-acce ss|
  20   |standard- doctor|
  21  
  22   @F457_Upda te_Permiss ion_Sets
  23   Scenario:  Update per mission se ts
  24   When the c lient requ ests to up date user  permission  sets with  body
  25         | pa th                    | value                           |
  26           | user.uid                  | urn:va:u ser: R E D A CTED :100000002 70 |
  27         | us er.permiss ionSets[]  | medical                         |
  28         | us er.permiss ionSets[]  | provider                        |
  29         | pe rmissionSe ts[]       | read-acc ess                    |
  30  
  31   Then a suc cessful re sponse is  returned
  32   Then the p ermission  sets resul ts contain  exactly 1  values
  33   Then the r esponse co ntains per mission se ts
  34     | table  |
  35     |read-ac cess|
  36  
  37   @F457_Remo ve_Permiss ion_Sets
  38   Scenario:  Remove per mission se ts
  39   When the c lient requ ests to up date user  permission  sets with  body
  40         | pa th                    | value                           |
  41           | user.uid                  | urn:va:u ser: R E D A CTED :100000002 70 |
  42         | us er.permiss ionSets[]  | standard -doctor                        |
  43         | us er.permiss ionSets[]  | acc                       |
  44         | us er.permiss ionSets[]  | medical                        |
  45         | pe rmissionSe ts[]       |                     |
  46   Then a suc cessful re sponse is  returned
  47   Then the p ermission  sets resul ts contain  exactly 0  values
  48  
  49  
  50   @F457_Add_ Permission _Sets
  51   Scenario:  Add a new  permission  sets
  52  
  53  
  54   When the c lient requ ests to up date user  permission  sets with  body
  55         | pa th                    | value                           |
  56           | user.uid                  | urn:va:u ser: R E D A CTED :100000002 70 |
  57         | us er.permiss ionSets[]  |                                 |
  58         | pe rmissionSe ts[]       | read-acc ess                    |
  59         | pe rmissionSe ts[]       | standard -doctor                |
  60  
  61  
  62  
  63   Then a suc cessful re sponse is  returned
  64   Then the p ermission  sets resul ts contain  exactly 2  values
  65   Then the r esponse co ntains per mission se ts
  66   | table |
  67   |read-acce ss|
  68   |standard- doctor|
  69  
  70   @F457_Get_ User_Permi ssion_Sets _after
  71   Scenario:  View user  permission  sets
  72   When the c lient requ ests to vi ew permiss ion sets f or a speci fic user " urn:va:use r: R E D A CTED :100000002 70"
  73   Then a suc cessful re sponse is  returned
  74   Then the p ermission  sets resul ts contain  exactly 2  values
  75   Then the r esponse co ntains per mission se ts
  76   | table |
  77   |read-acce ss|
  78   |standard- doctor|