154. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/1/2018 12:13:19 PM Central Standard 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.

154.1 Files compared

# Location File Last Modified
1 ehealth_xchange_cif.zip\NHIN_adapter\SpecProcessor\src\test\test\java\vler\exchange\va\gov\unit\tests VitalSignsUnitTest.java Thu Feb 22 14:22:04 2018 UTC
2 ehealth_xchange_cif.zip\NHIN_adapter\SpecProcessor\src\test\test\java\vler\exchange\va\gov\unit\tests VitalSignsUnitTest.java Tue Feb 27 14:47:03 2018 UTC

154.2 Comparison summary

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

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

154.4 Active regular expressions

No regular expressions were active.

154.5 Comparison detail

  1   package vl er.exchang e. DNS     .unit.test s;
  2  
  3   import gov .va.ccd.se rvice.Stan dardizeXML ;
  4  
  5   import jav a.io.FileN otFoundExc eption;
  6  
  7   import org .junit.Tes t;
  8  
  9   import vle r. DNS     .unit.test s.Abstract TestRunner ;
  10  
  11   public cla ss VitalSi gnsUnitTes t extends  AbstractTe stRunner {
  12  
  13           
  14           
  15           @T est
  16           pu blic void  test1(){
  17                    try  {
  18                    
  19                             String [] args =  {"src/test /resources /input/MUL TICARE_C32 _Deidentif ied.xml"};                      
  20                             Standa rdizeXML.m ain(args);
  21                    
  22                    } ca tch (FileN otFoundExc eption e)  {
  23                             // TOD O Auto-gen erated cat ch block
  24                             e.prin tStackTrac e();
  25                    } ca tch (Excep tion e) {
  26                             // TOD O Auto-gen erated cat ch block
  27                             e.prin tStackTrac e();
  28                    }
  29                    
  30                    
  31                    
  32                    
  33                    
  34           }
  35           
  36   }