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

146.1 Files compared

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

146.2 Comparison summary

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

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

146.4 Active regular expressions

No regular expressions were active.

146.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           @T est
  14           pu blic void  test1() {
  15                    //tr y {
  16  
  17                             String [] args =  { "src/tes t/resource s/input/MU LTICARE_C3 2_Deidenti fied.xml"  };
  18                             //TODO : Change t o a classp ath resour ce.
  19                             //Stan dardizeXML .main(args );
  20  
  21                    //}  catch (Fil eNotFoundE xception e ) {
  22                    //       e.prin tStackTrac e();
  23                    //}  catch (Exc eption e)  {
  24                    //       e.prin tStackTrac e();
  25                    //}
  26  
  27           }
  28  
  29   }