59. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/21/2017 6:15:14 PM Eastern 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.

59.1 Files compared

# Location File Last Modified
1 Genisis_2.0_v7_bld7.zip\TS\Service\testing\cli-test-scripts readme.txt Thu Dec 14 19:56:14 2017 UTC
2 Genisis_2.0_v7_bld7.zip\TS\Service\testing\cli-test-scripts readme.txt Thu Dec 21 14:25:06 2017 UTC

59.2 Comparison summary

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

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

59.4 Active regular expressions

No regular expressions were active.

59.5 Comparison detail

  1   Steps to r un:
  2   $ cd <TS-R epo>/testi ng/cli-tes t-scripts
  3  
  4   $ mvn clea n package
  5  
  6   To get usa ge flags:
  7   java -jar  target/ts- cli-script -jar-with- dependenci es.jar -he lp
  8  
  9   Examples t o execute  test scrip t generato r:
  10  
  11   java -jar  target/ts- cli-script -jar-with- dependenci es.jar -cr eate 200 < - Creates  a file cal led "cli.j son" 
  12                                                                                  with 200  triples
  13  
  14   java -jar  target/ts- cli-script -jar-with- dependenci es.jar -ge nerate <-  Will gener ate 3 text  files rep resenting  triples fo r all
  15                       e xisting su bjects, pr edicates,  and object s given a
  16                       f useki ip a ddress loc ation. If  no IP give n will def ault
  17                         to: http:/ / IP                 /ds/sparql
  18  
  19    java -jar  target/ts -cli-scrip t-jar-with -dependenc ies.jar -e xists cli. json <- Ch ecks tripl es in the  input file  
  20    "cli.json " and outp uts the re sults in a  file call ed "exists .json"
  21    Flag usag e
  22    -exists   -> reads f rom stdin  and uses t he default
  23                       e ndpoint
  24    -exists < file> -> r eads json  from a fil e and uses  the
  25                       d efault end point
  26    -exists < file> <ip  address> - > reads js on from fi le and
  27                       u ses given  ip address
  28