16. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 9/27/2017 9:44:49 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.

16.1 Files compared

# Location File Last Modified
1 adk\adk\product\tests\acceptance-tests\features\steps\helper DefaultLogin.rb Tue Dec 15 14:06:56 2015 UTC
2 adk\adk\product\tests\acceptance-tests\features\steps\helper DefaultLogin.rb Tue Sep 26 13:12:36 2017 UTC

16.2 Comparison summary

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

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

16.4 Active regular expressions

No regular expressions were active.

16.5 Comparison detail

  1   # Valid Lo gin inform ation to b e used for  most test s
  2   class Defa ultLogin
  3       @@adk_url  = ENV.keys .include?( 'ADK_IP')  ? 'http:// ' + ENV['A DK_IP'] :  "http:// IP          /#logon-sc reen"
  4       @@ehmpui_u rl = ENV.k eys.includ e?('EHMPUI _IP') ? 'h ttp://' +  ENV['EHMPU I_IP'] : " http:// IP          /"
  5     @@defaul t_wait_tim e = 50
  6  
  7     def self .wait_time
  8       return  @@default _wait_time
  9     end
  10  
  11     def self .adk_url
  12       return  @@adk_url
  13     end
  14     
  15     def self .ehmpui_ur l
  16       return  @@ehmpui_ url
  17     end
  18   end
  19