IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 23, 2010, 3:46:01 PM (16 years ago)
Author:
Serge CHASTEL
Message:

Fixed unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/sc_branches/psps_testing/testers/batch_file.py

    r29227 r29228  
    2525      of the files contained in the archive
    2626
    27     >>> print BatchFileTester("data/psut/ok/B00000010.tar.gz").test()
    28     PSDC-940-006-01, 3.4.1: OK
    29     PSDC-940-006-01, 3.4: OK
    30     PSDC-940-006-01, 3.5.1.2: OK
    31     PSDC-940-006-01, 3.5.1.1: OK
    32     PSDC-940-006-01, 3.5.1 (file attributes/name): OK
    33     PSDC-940-006-01, 3.5.1 (file attributes/size): OK
    34     PSDC-940-006-01, 3.5.1 (file attributes/MD5 checksum of file): OK
    35     BARF
     27    >>> print BatchFileTester("data/psut/ok/B00000010.tar.gz").test().success
     28    True
    3629    """
    3730    def __init__(self, filename):
Note: See TracChangeset for help on using the changeset viewer.