Produced by Araxis Merge on 10/3/2017 11:16:01 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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | ehmp.zip\ehmp\ehmp\product\production\vx-sync\tests\integrationtests\handlers\jmeadows-sync-request | jmeadows-sync-request-handler-itest-spec.js | Mon Jul 10 17:46:22 2017 UTC |
| 2 | ehmp.zip\ehmp\ehmp\product\production\vx-sync\tests\integrationtests\handlers\jmeadows-sync-request | jmeadows-sync-request-handler-itest-spec.js | Tue Oct 3 12:49:22 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 70 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| 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 |
No regular expressions were active.
| 1 | 'use stric t'; | |
| 2 | ||
| 3 | require('. ./../../.. /env-setup '); | |
| 4 | ||
| 5 | var uuid = require(' node-uuid' ); | |
| 6 | var logger = require (global.VX _DUMMIES + 'dummy-lo gger'); | |
| 7 | var jobUti l = requir e(global.V X_UTILS + 'job-utils '); | |
| 8 | var testHa ndler = re quire(glob al.VX_INTT ESTS + 'fr amework/ha ndler-test -framework ').testHan dler; | |
| 9 | var patien tIdUtil = require(gl obal.VX_UT ILS + 'pat ient-ident ifier-util s'); | |
| 10 | var testCo nfig = req uire(globa l.VX_INTTE STS + 'tes t-config') ; | |
| 11 | var vx_syn c_ip = tes tConfig.vx syncIP; | |
| 12 | var handle r = requir e(global.V X_HANDLERS + 'jmeado ws-sync-re quest/jmea dows-sync- request-ha ndler'); | |
| 13 | ||
| 14 | describe(' jmeadows-s ync-reques t-handler. js', funct ion() { | |
| 15 | var ro otJob = jo bUtil.crea teEnterpri seSyncRequ est(patien tIdentifie r, uuid.v4 (), false) ; | |
| 16 | var pa tientIdent ifier = pa tientIdUti l.create(' icn', '101 10V004877' ); | |
| 17 | var jo b = jobUti l.createJm eadowsSync Request(pa tientIdent ifier, roo tJob); | |
| 18 | ||
| 19 | var co nfig = { | |
| 20 | jm eadows: { | |
| 21 | domains: ['allergy '] | |
| 22 | } | |
| 23 | }; | |
| 24 | ||
| 25 | var en vironment = { | |
| 26 | me trics: log ger | |
| 27 | }; | |
| 28 | ||
| 29 | var ho st = vx_sy nc_ip; | |
| 30 | var port = PORT ; | |
| 31 | var tu bename = ' vx-sync-te st'; | |
| 32 | ||
| 33 | var ma tchingJobT ypes = [jo bUtil.jmea dowsDomain SyncReques tType('all ergy')]; | |
| 34 | ||
| 35 | testHa ndler(hand ler, logge r, config, environme nt, host, port, tube name, job, matchingJ obTypes); | |
| 36 | }); |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.