﻿# Null01-0.58-2007-10-07-1457.txt    UTF-8               dh:2007-11-18
#
# This is confirmation of the 0.30-practical100 Null01 regression check
# using the 0.58 release of the info.odma.practical100 package.  This is
# the successful use of this check prior to making any 0.59 changes.
#
# This version of Null01 has been used since the 0.30 release.  Compatible
# additions since 0.30 are not checked.
#
# This run is performed on the development tree starting at folder location
# ODMdev.  The classpath is set to that location.
#
# The subfolder info\odma\practical100 has the compiled classes of the
# practical100 package.  That subfolder also has the OdmJava.bat file that
# is required by RunNull01.
#
# The Null01 program is below practical100 at \0.30-practical100\Null01.
#
# Version identifications in this test:
#
#       0.00 RunNull01
#       0.00 Null01
#       0.13 OdmNullConnection
#       0.07 OdmNullPendingDocument
#       0.08 OdmNullWorkingDocument
#
# This is a very limited exercise of null behaviors.
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

14:50:31.67 C:\MyProjects\java\ODMdev\info\odma\practical100\0.30-regression\Null01> RunNull01.bat
**   RunNull01.bat 0.00 PERFORMING 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.13
          Object info.odma.practical100.OdmNullConnection@9304b1

          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 OdmNullPendingDocument 0.07
            Object info.odma.practical100.OdmNullPendingDocument@de6ced

            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 OdmNullWorkingDocument 0.08
            Object info.odma.practical100.OdmNullWorkingDocument@1fb8ee3

            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


14:50:38.25 C:\MyProjects\java\ODMdev\info\odma\practical100\0.30-regression\Null01>

# $Header: /ODMdev/info/odma/practical100/0.30-practical100/Null01/results/Null01-0.59-2007-11-2111.txt 1     07-11-18 21:27 Orcmid $

#                *** end of Null01-0.58-2007-10-07-1457.txt ***