1011. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/3/2017 11:16:08 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.

1011.1 Files compared

# Location File Last Modified
1 ehmp.zip\ehmp\ehmp\product\tests\vista-rpc-tests\rbVista\tests vista_user_test.rb Tue Dec 15 14:05:18 2015 UTC
2 ehmp.zip\ehmp\ehmp\product\tests\vista-rpc-tests\rbVista\tests vista_user_test.rb Tue Oct 3 14:51:53 2017 UTC

1011.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 44
Changed 2 8
Inserted 0 0
Removed 0 0

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

1011.4 Active regular expressions

No regular expressions were active.

1011.5 Comparison detail

  1   require 't est/unit'
  2   require '. ./vista_rp c'
  3   require '. ./rpc_para meter'
  4   require '. ./vista_us er'
  5  
  6   class Vist aUserTest  < Test::Un it::TestCa se
  7  
  8     def test _login
  9         host = ' IP          '
  10         port =  PORT       
  11       cxn =  VistaConne ction.new  host, port
  12       cxn.co nnect
  13       assert _equal tru e, cxn.is_ connected?
  14       user =  VistaUser .new
  15         access_cod e = ' REDACT '
  16         verify_cod e = ' REDACTED '
  17       contex t = 'OR CP RS GUI CHA RT'
  18       greeti ng = user. login cxn,  access_co de, verify _code, con text
  19       cxn.di sconnect
  20       assert _equal acc ess_code,  user.acces s_code
  21       assert _equal ver ify_code,  user.verif y_code
  22       assert _equal con text, user .context
  23       assert _equal '10 000000226' , user.duz
  24       assert _equal tru e, greetin g.index('Z ZPROGRAMME R').nil?
  25     end
  26   end