29. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 7/20/2018 12:56:41 PM 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.

29.1 Files compared

# Location File Last Modified
1 CTT_Release_8_June_2018.zip\CTT_ISAAC\ISAAC\db-config-builder\src\test\java\test TestDBConfiguration.java Tue Jul 17 16:27:36 2018 UTC
2 CTT_Release_8_June_2018.zip\CTT_ISAAC\ISAAC\db-config-builder\src\test\java\test TestDBConfiguration.java Wed Jul 18 19:13:00 2018 UTC

29.2 Comparison summary

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

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

29.4 Active regular expressions

No regular expressions were active.

29.5 Comparison detail

  1   package te st;
  2  
  3   import gov .vha.isaac .ochre.pom builder.ar tifacts.IB DFFile;
  4   import gov .vha.isaac .ochre.pom builder.db builder.DB Configurat ionCreator ;
  5  
  6   public cla ss TestDBC onfigurati on
  7   {
  8  
  9           pu blic stati c void mai n(String[]  args) thr ows Except ion
  10           {
  11                     String tes tURL = "ht tps:// DNS : PORT /git/r/dan test.git";
  12                    Stri ng usernam e = "";
  13                    char [] passwor d = "".toC harArray() ;
  14                    
  15                    Syst em.setProp erty("java .awt.headl ess", "tru e");
  16                    
  17                    //VH AT
  18                    Syst em.out.pri ntln(DBCon figuration Creator.cr eateDBConf iguration( "vhat-test ", "2.0",  "a test da tabase", " all", true
  19                             new IB DFFile[] { new IBDFFi le("gov.vh a.isaac.te rminology. converted" , "vhat-ib df", "2016 .01.07-loa der-4.1-SN APSHOT")},
  20                             "3.03- SNAPSHOT",
  21                             testUR L, usernam e, passwor d));
  22                    
  23                    //VE TS
  24                    Syst em.out.pri ntln(DBCon figuration Creator.cr eateDBConf iguration( "vets-test ", "2.0",  "a test da tabase", " all", true
  25                             new IB DFFile[] {
  26                                      new IBDF File("gov. vha.isaac. terminolog y.converte d", "vhat- ibdf", "20 16.01.07-l oader-4.1- SNAPSHOT") ,
  27                                      new IBDF File("gov. vha.isaac. terminolog y.converte d", "loinc -ibdf", "2 .54-loader -5.1-SNAPS HOT"),
  28                                      new IBDF File("gov. vha.isaac. terminolog y.converte d", "rf2-i bdf-sct",  "20150731- loader-3.1 -SNAPSHOT" , "Snapsho t")},
  29                             "3.03- SNAPSHOT",
  30                             testUR L, usernam e, passwor d));
  31           }
  32   }