Changeset 1588

Show
Ignore:
Timestamp:
07/03/04 10:22:00 (20 years ago)
Author:
jalet
Message:

Testsuite for PDL Analyzer added

Location:
pykota/trunk
Files:
4 added
3 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/MANIFEST.in

    r1504 r1588  
    1212recursive-include stylesheets README *.css 
    1313recursive-include openoffice README *.png *.sxw *.sxc *.pdf 
     14recursive-include tests README *.ps *.sh 
  • pykota/trunk/NEWS

    r1584 r1588  
    2424    - 1.19alpha29 :  
    2525     
     26        - Added testsuite for generic PDL analyzer. 
     27         
     28        - Typo fixed in PCLXL parser. 
     29         
    2630        - Correctly dispatches error messages depending on the 
    2731          situation : tools which can be run interactively will 
  • pykota/trunk/pykota/pdlanalyzer.py

    r1580 r1588  
    2222# 
    2323# $Log$ 
     24# Revision 1.23  2004/07/03 08:21:59  jalet 
     25# Testsuite for PDL Analyzer added 
     26# 
    2427# Revision 1.22  2004/06/29 14:21:41  jalet 
    2528# Smallish optimization 
     
    414417        pos4 = pos + 4 
    415418        self.pos = pos4 
    416         return unpack(self.indianness + "I", self.minfile[pos:pos4])[0] 
     419        return unpack(self.endianness + "I", self.minfile[pos:pos4])[0] 
    417420         
    418421    def littleEndian(self) :