# Null01-0.59-2007-11-21-1643.txt    UTF-8               dh:2007-11-21
#
# This is confirmation of the 0.30-practical100 Null01 regression check
# after all 0.59 changes are made to the info.odma.practical100 package.
#
# This is a retest of the practical100 0.59 confirmation test to verify
# two changes to 0.30-regression\Null01 itself:
#
#       There is a local copy of OdmJava.bat for setting environment
#       variables for the Java edition to use for the tests.
#
#       The RunNull01.bat script is modified to rely on the local copy
#       of OdmJava.bat.  This simplifies the setup and use of the
#       0.30-practical100 regression set for a variety of use cases.
#
# This run is performed on the development tree starting at folder location
# ODMdev.  The classpath is set to that location.
#
# This transcript and the two .bat scripts taken together demonstrate the
# setup that was used.
#
# Version identifications in this test:
#
#       0.02 RunNull01
#       0.00 Null01
#       0.16 OdmNullConnection
#       0.09 OdmNullPendingDocument
#       0.12 OdmNullWorkingDocument
#
# This is a very limited exercise of null behaviors.  It basically confirms
# that the info.odma.practical100 classes are installed, that the Java
# runtime is being located properly, and the Null01 code is being run.
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

     orcmid's Projects: 0.42 Command-Line Console Session on SCAMPO

16:40:00.02 C:\MyProjects> date /T
2007-11-21

16:40:06.59 C:\MyProjects> Practical100.bat

Entering ODMJNI 1.0 info.odma.practical100 Development Folder

16:40:14.42 C:\MyProjects\java\ODMdev\info\odma\practical100> cd 0.30-practical100\Null01

16:40:23.23 C:\MyProjects\java\ODMdev\info\odma\practical100\0.30-practical100\Null01> RunNull01.bat
**   RunNull01.bat 0.02 PERFORM 0.30-practical100 Null01 CONFIRMATION
*    OdmJava.bat 0.05 ESTABLISH JAVA ENVIRONMENT FOR ODMJNI 1.0
         Using the Java SDK installed at C:\Program Files\Java\jdk1.5.0_09
         Using file-system class path C:\MyProjects\java\ODMdev


Null01> 0.00 OdmNullConnection Test

        > ANALYSIS OF NULL CONNECTION:
          ODMJNI 1.0 OdmNullConnection 0.16
          Object info.odma.practical100.OdmNullConnection@13e8d89

          available() = false, as expected.
          release() is not checked.

          dmsDefaultAvailable() = false, as expected.
          acceptNewdocument(".txt") not checked
          chooseDocument() not checked
          openKnownDocument() not checked

        > > ANALYSIS OF NULL PENDING DOCUMENT:
            checking Null Connection acceptNewDocument()
            ODMJNI 1.0 local-operation OdmNullPendingDocument 0.09
            Object info.odma.practical100.OdmNullPendingDocument@1172e08

            available() = false, as expected.
            release() is not checked.

            dmsAvailable() = false, as expected.
            operationSucceeded() = false, as expected.
            operationCancelled() = false, as expected.
            localOperationRequested() = true, as expected.

            docSubmissionLocation() = null, as expected.

        > > ANALYSIS OF NULL WORKING DOCUMENT:
            checking Null Connection chooseDocument()
            ODMJNI 1.0 local-operation OdmNullWorkingDocument 0.12
            Object info.odma.practical100.OdmNullWorkingDocument@1729854

            available() = false, as expected.
            release() is not checked.

            dmsAvailable() = false, as expected.
            operationSucceeded() = false, as expected.
            operationCancelled() = false, as expected.
            localOperationRequested() = true, as expected.

            docID() = null, as expected.
            docLocation() = null, as expected.

Null01> exit


16:40:28.02 C:\MyProjects\java\ODMdev\info\odma\practical100\0.30-practical100\Null01>


# $Header: /ODMdev/info/odma/practical100/0.30-practical100/Null01/results/Null01-0.59-2007-11-21-1643.txt 1     07-11-21 16:54 Orcmid $

#                *** end of Null01-0.59-2007-11-21-1643.txt ***