3997. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:51:11 PM Eastern 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.

3997.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:51:11 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-server\src\test\java\gov\va\nvap\server\test\common AbstractTestCase.java Fri Apr 21 20:03:28 2017 UTC

3997.2 Comparison summary

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

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

3997.4 Active regular expressions

No regular expressions were active.

3997.5 Comparison detail

        1   package go v.va.nvap. server.tes t.common;
        2  
        3   import org .junit.run ner.RunWit h;
        4   import org .springfra mework.bea ns.factory .annotatio n.Autowire d;
        5   import org .springfra mework.con text.Appli cationCont ext;
        6   import org .springfra mework.tes t.context. ContextCon figuration ;
        7   import org .springfra mework.tes t.context. TestExecut ionListene rs;
        8   import org .springfra mework.tes t.context. junit4.Spr ingJUnit4C lassRunner ;
        9   import org .springfra mework.tes t.context. support.De pendencyIn jectionTes tExecution Listener;
        10   import org .springfra mework.tes t.context. support.Di rtiesConte xtTestExec utionListe ner;
        11  
        12   @RunWith(S pringJUnit 4ClassRunn er.class)
        13   @ContextCo nfiguratio n(location s = {
        14                    "cla sspath:gov /va/nvap/s erver/serv er-common. xml",
        15                    "cla sspath:gov /va/nvap/s erver/endp oint/pdq/p dq-endpoin t.xml",
        16                    "cla sspath:gov /va/nvap/s erver/endp oint/pip/p ip-endpoin t.xml",
        17                    "cla sspath:gov /va/nvap/s erver/endp oint/mvi/m vi-endpoin t.xml",
        18                    "cla sspath:gov /va/nvap/s erver/endp oint/vista /vista-end point.xml" ,
        19                    "cla sspath:gov /va/nvap/s erver/endp oint/adapt er/audit/a udit-endpo int.xml",
        20                    "cla sspath:gov /va/nvap/s erver/endp oint/adapt er/announc e/announce -endpoint. xml",
        21                    "cla sspath:gov /va/nvap/s erver/endp oint/adapt er/doc/ada pterDocQue ry-endpoin t.xml",
        22                    "cla sspath:gov /va/nvap/s erver/endp oint/adapt er/doc/ada pterDocRet rieve-endp oint.xml",
        23                    "cla sspath:gov /va/nvap/s erver/serv ice/privac y/privacy- service.xm l",
        24                    "cla sspath:gov /va/nvap/s erver/test /endpoint/ mvi/mvi-te st-endpoin t.xml",
        25                    "cla sspath:gov /va/nvap/s erver/test /endpoint/ esr/esr-te st-endpoin t.xml",
        26                    "cla sspath:gov /va/nvap/s erver/test /endpoint/ adapter/do c/adapterD ocQueryRet rieve-test -endpoint. xml",
        27                    "cla sspath:gov /va/nvap/s erver/test /endpoint/ adapter/au dit/adapte rAudit-tes t-endpoint .xml",
        28                    "cla sspath:gov /va/nvap/s erver/test /endpoint/ adapter/an nounce/ann ounce-test -endpoint. xml",
        29                    "cla sspath:gov /va/nvap/s erver/test /endpoint/ vista/vist a-test-end point.xml" ,
        30                    "cla sspath:gov /va/nvap/s erver/test /service/a udit/audit -test-endp oint.xml",
        31                    "cla sspath:gov /va/nvap/s erver/test /endpoint/ pip/pip-te st-endpoin t.xml",
        32                    "cla sspath:gov /va/nvap/s erver/test /service/f acility/fa c-svc-test -endpoint. xml",
        33                    "cla sspath:gov /va/nvap/s erver/test /endpoint/ psim/psim- test-endpo int.xml",
        34                    "cla sspath:gov /va/nvap/s erver/test /endpoint/ announce/a nnounce-te st-endpoin t.xml",
        35                    "cla sspath:gov /va/nvap/s erver/test /common/te st-common. xml" })
        36   @TestExecu tionListen ers(value  = {
        37                    Depe ndencyInje ctionTestE xecutionLi stener.cla ss,
        38                    Dirt iesContext TestExecut ionListene r.class })
        39   public abs tract clas s Abstract TestCase {
        40  
        41           @A utowired
        42           pr otected Ap plicationC ontext app licationCo ntext;
        43  
        44   }