Changeset 17eb586 for server


Ignore:
Timestamp:
Jan 21, 2012, 11:58:55 PM (12 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
no-cups
Children:
b3a56af
Parents:
5ffffe0
git-author:
Jessica B. Hamrick <jhamrick@…> (01/21/12 23:58:55)
git-committer:
Jessica B. Hamrick <jhamrick@…> (01/21/12 23:58:55)
Message:

Update TODO

Location:
server/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • server/lib/TODO

    r1b6dc13 r17eb586  
    44
    55- finish implementing a bunch of the IPP handlers
    6      [ ] print job
    7      [ ] validate job
    8      [ ] pause printer
    9      [ ] resume printer
    10      [ ] set printer attributes
    11      [ ] send uri
     6     [X] print job
     7     [X] validate job
     8     [X] print uri
     9     [X] pause printer
     10     [X] resume printer
     11     [X] set printer attributes
     12     [X] send uri
    1213     [ ] set job attributes
    1314     [ ] restart job
     
    4647
    4748- documentation and testing
    48      [ ] finish test cases for printer.py
    49      [ ] write test cases for requests.py
     49     test cases for printer.py
     50          [X] TestEmptyGutenbachPrinter
     51          [X] TestBadEmptyGutenbachPrinter
     52          [ ] testPrintJob
     53          [ ] testValidateJob
     54          [ ] testGetJobs
     55          [ ] testPrintUri
     56          [X] testCreateJob
     57          [X] testPausePrinter
     58          [X] testResumePrinter
     59          [ ] testGetPrinterAttributes
     60          [ ] testSetPrinterAttributes
     61          [ ] testCancelJob
     62          [ ] testSendDocument
     63          [ ] testSendUri
     64          [ ] testGetJobAttributes
     65          [ ] testSetJobAttributes
     66          [ ] testRestartJob
     67          [ ] testPromoteJob
     68
     69     test cases for requests.py
     70          [ ] testPrintJob
     71          [ ] testValidateJob
     72          [ ] testGetJobs
     73          [ ] testPrintUri
     74          [ ] testCreateJob
     75          [ ] testPausePrinter
     76          [ ] testResumePrinter
     77          [ ] testGetPrinterAttributes
     78          [ ] testSetPrinterAttributes
     79          [ ] testCancelJob
     80          [ ] testSendDocument
     81          [ ] testSendUri
     82          [ ] testGetJobAttributes
     83          [ ] testSetJobAttributes
     84          [ ] testRestartJob
     85          [ ] testPromoteJob
     86          [ ] testCupsGetDocument
     87          [ ] testCupsGetDefault
     88          [ ] testCupsGetPrinters
     89          [ ] testCupsGetClasses
     90
    5091     [ ] write test cases for future client API
    5192     [ ] all the documentation
  • server/lib/gutenbach/server/requests.py

    r75928fe r17eb586  
    13261326    @handler_for(ipp.OperationCodes.SET_JOB_ATTRIBUTES)
    13271327    def set_job_attributes(self, request, response):
    1328        
    13291328        raise ipp.errors.ServerErrorOperationNotSupported
    13301329
Note: See TracChangeset for help on using the changeset viewer.