Update to change version to 1.3

Changed version to 1.3.
This commit is contained in:
JOEL IVEY 2015-12-17 12:46:45 -08:00
parent 7165552a9b
commit 1043d299b0
20 changed files with 5359 additions and 5219 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -1,8 +1,9 @@
%ut ;VEN-SMH/JLI - PRIMARY PROGRAM FOR M-UNIT TESTING ;12/07/15 15:32 %ut ;VEN-SMH/JLI - PRIMARY PROGRAM FOR M-UNIT TESTING ;12/16/15 08:40
;;0.2;MASH UTILITIES;;;Build 7 ;;1.3;MASH UTILITIES;;Dec 16, 2015;Build 1
; Submitted to OSEHRA Sep 14, 2015 by Joel L. Ivey under the Apache 2 license (http://www.apache.org/licenses/LICENSE-2.0.html) ; Submitted to OSEHRA Dec 16, 2015 by Joel L. Ivey under the Apache 2 license (http://www.apache.org/licenses/LICENSE-2.0.html)
; Original routine authored by Joel L. Ivey as XTMUNIT while working for U.S. Department of Veterans Affairs 2003-2012 ; Original routine authored by Joel L. Ivey as XTMUNIT while working for U.S. Department of Veterans Affairs 2003-2012
; Includes addition of %utVERB and %utBREAK arguments and code related to them as well as other substantial additions authored by Sam Habiel 07/2013?04/2014 ; Includes addition of %utVERB and %utBREAK arguments and code related to them as well as other substantial additions authored by Sam Habiel 07/2013-04/2014
; Additional work by Joel L. Ivey 05/14-12/15
; ;
; This routine and its companion, %ut1, provide the basic functionality for ; This routine and its companion, %ut1, provide the basic functionality for
; running unit tests on parts of M programs either at the command line level ; running unit tests on parts of M programs either at the command line level

View File

@ -1,9 +1,9 @@
%ut1 ;VEN/SMH/JLI - CONTINUATION OF M-UNIT PROCESSING ;12/07/15 15:34 %ut1 ;VEN/SMH/JLI - CONTINUATION OF M-UNIT PROCESSING ;12/16/15 08:38
;;0.3;MASH UTILITIES;;Dec 7, 2015;Build 1 ;;1.3;MASH UTILITIES;;Dec 16, 2015;Build 1
; Submitted to OSEHRA Dec 07, 2015 by Joel L. Ivey under the Apache 2 license (http://www.apache.org/licenses/LICENSE-2.0.html) ; Submitted to OSEHRA Dec 16, 2015 by Joel L. Ivey under the Apache 2 license (http://www.apache.org/licenses/LICENSE-2.0.html)
; Original routine authored by Joel L. Ivey as XTMUNIT1 while working for U.S. Department of Veterans Affairs 2003-2012 ; Original routine authored by Joel L. Ivey as XTMUNIT1 while working for U.S. Department of Veterans Affairs 2003-2012
; Includes addition of original COV entry and code related coverage analysis as well as other substantial additions authored by Sam Habiel 07/2013?04/2014 ; Includes addition of original COV entry and code related coverage analysis as well as other substantial additions authored by Sam Habiel 07/2013?04/2014
; Additions and modifications made by Joel L. Ivey 05/2014-08/2015 ; Additions and modifications made by Joel L. Ivey 05/2014-12/2015
; ;
D ^%utt6 ; runs unit tests from several perspectives D ^%utt6 ; runs unit tests from several perspectives
Q Q

View File

@ -1,7 +1,7 @@
%utcover ;JLI - generic coverage and unit test runner ;12/07/15 16:36 %utcover ;JLI - generic coverage and unit test runner ;12/16/15 08:42
;;0.2;MASH UTILITIES;;Sep 14, 2015 ;;1.3;MASH UTILITIES;;Dec 16, 2015;Build 1
; Submitted to OSEHRA Sep 14, 2015 by Joel L. Ivey under the Apache 2 license (http://www.apache.org/licenses/LICENSE-2.0.html) ; Submitted to OSEHRA Dec 16, 2015 by Joel L. Ivey under the Apache 2 license (http://www.apache.org/licenses/LICENSE-2.0.html)
; Original routine authored by Joel L. Ivey ; Original routine authored by Joel L. Ivey 08/15. Additional work 08/15-12/15.
; ;
; Changes: (Moved from %ut and %ut1) ; Changes: (Moved from %ut and %ut1)
; 130726 SMH - Moved test collection logic from %utUNIT to here (multiple places) ; 130726 SMH - Moved test collection logic from %utUNIT to here (multiple places)

View File

@ -1,8 +1,8 @@
%utt1 ; VEN/SMH-JLI - Testing routines for M-Unit;12/07/15 17:00 %utt1 ; VEN/SMH-JLI - Testing routines for M-Unit;12/16/15 08:43
;;0.2;MASH UTILITIES;;Sep 14, 2015;Build 7 ;;1.3;MASH UTILITIES;;Dec 16, 2015;Build 1
; Submitted to OSEHRA Sep 14, 2015 by Joel L. Ivey under the Apache 2 license (http://www.apache.org/licenses/LICENSE-2.0.html) ; Submitted to OSEHRA Dec 16, 2015 by Joel L. Ivey under the Apache 2 license (http://www.apache.org/licenses/LICENSE-2.0.html)
; Original routine authored by Sam H. Habiel 07/2013?04/2014 ; Original routine authored by Sam H. Habiel 07/2013-04/2014
; Additions and modifications made by Joel L. Ivey 05/2014-08/2015 ; Additions and modifications made by Joel L. Ivey 05/2014-12/2015
; ;
; THIS ROUTINE IS THE UNIFIED UNIT TESTER FOR ALL OF M-UNIT. ; THIS ROUTINE IS THE UNIFIED UNIT TESTER FOR ALL OF M-UNIT.
; ;

View File

@ -1,8 +1,8 @@
%utt2 ; VEN/SMH - Bad Ass Continuation of Unit Tests;09/14/15 09:38 %utt2 ; VEN/SMH - Bad Ass Continuation of Unit Tests;12/16/15 08:44
;;0.2;MASH UTILITIES;;Sep 14, 2015;Build 7 ;;1.3;MASH UTILITIES;;Dec 16, 2015;Build 1
; Submitted to OSEHRA Sep 14, 2015 by Joel L. Ivey under the Apache 2 license (http://www.apache.org/licenses/LICENSE-2.0.html) ; Submitted to OSEHRA Dec 16, 2015 by Joel L. Ivey under the Apache 2 license (http://www.apache.org/licenses/LICENSE-2.0.html)
; Original routine authored by Sam H. Habiel ; Original routine authored by Sam H. Habiel
; Modifications made by Joel L. Ivey 05/2014-08/2015 ; Modifications made by Joel L. Ivey 05/2014-09/2015
; ;
; ;
T11 ; @TEST An @TEST Entry point in Another Routine invoked through XTROU offsets T11 ; @TEST An @TEST Entry point in Another Routine invoked through XTROU offsets

View File

@ -1,7 +1,7 @@
%utt3 ; VEN/SMH-JLI - Unit Tests Coverage Tests;09/14/15 09:38 %utt3 ; VEN/SMH-JLI - Unit Tests Coverage Tests;12/16/15 08:45
;;0.2;MASH UTILITIES;;Sep 14, 2015;Build 7 ;;1.3;MASH UTILITIES;;Dec 16, 2015;Build 1
; Submitted to OSEHRA Sep 14, 2015 by Joel L. Ivey under the Apache 2 license (http://www.apache.org/licenses/LICENSE-2.0.html) ; Submitted to OSEHRA Dec 16, 2015 by Joel L. Ivey under the Apache 2 license (http://www.apache.org/licenses/LICENSE-2.0.html)
; Original routine authored by Sam H. Habiel 07/2013?04/2014 ; Original routine authored by Sam H. Habiel 07/2013-04/2014
; Additions and modifications made by Joel L. Ivey 05/2014-08/2015 ; Additions and modifications made by Joel L. Ivey 05/2014-08/2015
; ;
XTMUNITV ; VEN/SMH - Unit Tests Coverage Tests;2014-04-16 7:14 PM XTMUNITV ; VEN/SMH - Unit Tests Coverage Tests;2014-04-16 7:14 PM

View File

@ -1,7 +1,7 @@
%utt4 ; VEN/SMH/JLI - Coverage Test Runner;12/06/15 19:05 %utt4 ; VEN/SMH/JLI - Coverage Test Runner;12/16/15 08:45
;;0.2;MASH UTILITIES;;Sep 14, 2015;Build 1 ;;1.3;MASH UTILITIES;;Dec 16, 2015;Build 1
; Submitted to OSEHRA Sep 14, 2015 by Joel L. Ivey under the Apache 2 license (http://www.apache.org/licenses/LICENSE-2.0.html) ; Submitted to OSEHRA Dec 16, 2015 by Joel L. Ivey under the Apache 2 license (http://www.apache.org/licenses/LICENSE-2.0.html)
; Original routine authored by Sam H. Habiel 07/2013?04/2014 ; Original routine authored by Sam H. Habiel 07/2013-04/2014
; Additions and modifications made by Joel L. Ivey 05/2014-08/2015 ; Additions and modifications made by Joel L. Ivey 05/2014-08/2015
; ;
XTMUNITW ; VEN/SMH - Coverage Test Runner;2014-04-17 3:30 PM XTMUNITW ; VEN/SMH - Coverage Test Runner;2014-04-17 3:30 PM

View File

@ -1,7 +1,7 @@
%utt5 ;JLI - test for aspects of MUnit functionality ;09/14/15 09:38 %utt5 ;JLI - test for aspects of MUnit functionality ;12/16/15 08:47
;;0.2;MASH UTILITIES;;Sep 14, 2015;Build 7 ;;1.3;MASH UTILITIES;;Dec 16, 2015;Build 1
; Submitted to OSEHRA Sep 14, 2015 by Joel L. Ivey under the Apache 2 license (http://www.apache.org/licenses/LICENSE-2.0.html) ; Submitted to OSEHRA Dec 16, 2015 by Joel L. Ivey under the Apache 2 license (http://www.apache.org/licenses/LICENSE-2.0.html)
; Original routine authored by Joel L. Ivey ; Original routine authored by Joel L. Ivey 05/2014-12/2015.
; ;
Q Q
; ;

View File

@ -1,7 +1,7 @@
%utt6 ;JLI - Unit tests for MUnit functionality ;12/07/15 16:40 %utt6 ;JLI - Unit tests for MUnit functionality ;12/16/15 08:47
;;0.2;MASH UTILITIES;;Sep 14, 2015;Build 7 ;;1.3;MASH UTILITIES;;Dec 16, 2015;Build 1
; Submitted to OSEHRA Sep 14, 2015 by Joel L. Ivey under the Apache 2 license (http://www.apache.org/licenses/LICENSE-2.0.html) ; Submitted to OSEHRA Dec 16, 2015 by Joel L. Ivey under the Apache 2 license (http://www.apache.org/licenses/LICENSE-2.0.html)
; Original routine authored by Joel L. Ivey 05/2014-08/2015 ; Original routine authored by Joel L. Ivey 05/2014-12/2015
; ;
; ;
; This routine uses ZZUTJLI2 as a test routine, it does not include the routine as an extension, ; This routine uses ZZUTJLI2 as a test routine, it does not include the routine as an extension,

View File

@ -1,7 +1,7 @@
%uttcovr ;JIVEYSOFT/JLI - runs coverage tests on %ut and %ut1 routines via unit tests ;12/07/15 16:46 %uttcovr ;JIVEYSOFT/JLI - runs coverage tests on %ut and %ut1 routines via unit tests ;12/16/15 08:48
;;0.3;MASH UTILITIES;;Dec 7, 2015;Build 1 ;;1.3;MASH UTILITIES;;Dec 16, 2015;Build 1
; Submitted to OSEHRA Dec 07, 2015 by Joel L. Ivey under the Apache 2 license (http://www.apache.org/licenses/LICENSE-2.0.html) ; Submitted to OSEHRA Dec 16, 2015 by Joel L. Ivey under the Apache 2 license (http://www.apache.org/licenses/LICENSE-2.0.html)
; Original routine authored by Joel L. Ivey ; Original routine authored by Joel L. Ivey 05/2014-12/2015
; ;
; ;
; ZEXCEPT: DTIME - if present the value is Kernel timeout for reads ; ZEXCEPT: DTIME - if present the value is Kernel timeout for reads

View File

@ -1,6 +1,6 @@
%utPOST ;VEN-SMH/JLI - post install for M-Unit Test software ;12/13/15 15:36 %utPOST ;VEN-SMH/JLI - post install for M-Unit Test software ;12/16/15 08:58
;;0.3;MASH UTILITIES;;;Build 1 ;;1.3;MASH UTILITIES;;DEC 16,2015;Build 1
; Submitted to OSEHRA Dec 07, 2015 by Joel L. Ivey under the Apache 2 license (http://www.apache.org/licenses/LICENSE-2.0.html) ; Submitted to OSEHRA DEC 16, 2015 by Joel L. Ivey under the Apache 2 license (http://www.apache.org/licenses/LICENSE-2.0.html)
; Original routine authored by Sam H. Habiel 07/2013-04/2014 ; Original routine authored by Sam H. Habiel 07/2013-04/2014
; Additions and modifications made by Joel L. Ivey 05/2014-08/2015 ; Additions and modifications made by Joel L. Ivey 05/2014-08/2015
; ;

View File

@ -1,7 +1,7 @@
%utPRE ;VEN/SMH/JLI - pre installation routine to set up MASH UTILITIES package and assign %ut routines and globals ;12/13/15 15:35 %utPRE ;VEN/SMH/JLI - pre installation routine to set up MASH UTILITIES package and assign %ut routines and globals ;12/16/15 08:59
;;0.3;MASH UTILITIES;;;Build 1 ;;1.3;MASH UTILITIES;;DEC 16, ;Build 1
; Submitted to OSEHRA Dec 07, 2015 by Joel L. Ivey under the Apache 2 license (http://www.apache.org/licenses/LICENSE-2.0.html) ; Submitted to OSEHRA Dec 16, 2015 by Joel L. Ivey under the Apache 2 license (http://www.apache.org/licenses/LICENSE-2.0.html)
; Original routine authored by Sam H. Habiel 07/2013?04/2014 ; Original routine authored by Sam H. Habiel 07/2013-04/2014
; ;
; ;
; The following is used to create, if it does not exist, the MASH UTILITIES ; The following is used to create, if it does not exist, the MASH UTILITIES