382. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/5/2017 12:06:49 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.

382.1 Files compared

# Location File Last Modified
1 IV-eHMP_CIF.zip\IMAG_Source\VISA\Java\VistaConnection\main\test\java\gov\va\med\imaging\url\vista AbstractVistaConnectionTest.java Mon Dec 4 21:34:58 2017 UTC
2 IV-eHMP_CIF.zip\IMAG_Source\VISA\Java\VistaConnection\main\test\java\gov\va\med\imaging\url\vista AbstractVistaConnectionTest.java Mon Dec 4 22:06:26 2017 UTC

382.2 Comparison summary

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

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

382.4 Active regular expressions

No regular expressions were active.

382.5 Comparison detail

  1   package go v.va.med.i maging.url .vista;
  2  
  3   import org .apache.lo gging.log4 j.Level;
  4   import org .apache.lo gging.log4 j.LogManag er;
  5   import org .apache.lo gging.log4 j.Logger;
  6   import org .apache.lo gging.log4 j.core.con fig.Config urator;
  7  
  8   import jun it.framewo rk.TestCas e;
  9  
  10   /**
  11    * An abst ract test  case for a ny test ca se that us es a "vist a" protoco l
  12    * 
  13    * @author         
BECKEC
  14    *
  15    */
  16   public abs tract clas s Abstract VistaConne ctionTest 
  17   extends Te stCase
  18   {
  19           pr otected fi nal static  Logger lo gger = Log Manager.ge tLogger(Ab stractVist aConnectio nTest.clas s.getName( ));
  20           
  21           
  22           @O verride
  23           pr otected vo id setUp()  
  24           th rows Excep tion
  25           {
  26                    supe r.setUp();
  27                    
  28                    // t urn loggin g up to ma x
  29                Configur ator.setLe vel("Abstr actVistaCo nnextionTe st", Level .INFO);
  30  
  31                
  32                    Stri ng handler Packages =  System.ge tProperty( "java.prot ocol.handl er.pkgs");
  33                    Syst em.setProp erty("java .protocol. handler.pk gs",
  34                             handle rPackages  == null ||  handlerPa ckages.len gth() == 0  ? 
  35                             "gov.v a.med.imag ing.url" :  
  36                             handle rPackages  + "|" + "g ov.va.med. imaging.ur l");
  37                    
  38                    //Li st<String>  roles = n ew ArrayLi st<String> ();
  39                    //ro les.add(Vi staRealmRo les.VistaU serRole.ge tRoleName( ));
  40                    //Cl ientPrinci pal princi pal = new  ClientPrin cipal(
  41                    //                "660", t rue, Authe nticationC redentials Type.Passw ord, 
  42                    //                "boating 1", "boati ng1.", 
  43                    //                "126", " IMAGPROVID ERONETWOSI X,ONETWOSI X", "84392 4956", "66 0", "Salt  lake City"
  44                    //                roles, 
  45                    //                new Hash Map<String , String>( )
  46                    //);
  47                    //Tr ansactionC ontextFact ory.create ClientTran sactionCon text(princ ipal);
  48           }
  49  
  50   }