Show
Ignore:
Timestamp:
11/21/07 23:43:33 (16 years ago)
Author:
jerome
Message:

Now outputs a WARN instead of ERROR if size is != master's size.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/tests/gstests.py

    r503 r504  
    9595                sys.stdout.write("ERROR : Unsupported file format\n") 
    9696            else :     
    97                 sys.stdout.write("ERROR : Found %(size)i pages instead of %(mastersize)i\n" % locals()) 
     97                sys.stdout.write("WARN : Found %(size)i pages instead of %(mastersize)i\n" % locals()) 
    9898            failed += 1 
    9999        else :