Changeset 410ad69
- Timestamp:
- Jan 22, 2012, 1:14:17 AM (13 years ago)
- Branches:
- no-cups
- Children:
- 28b2e89
- Parents:
- 2834b9a
- git-author:
- Jessica B. Hamrick <jhamrick@…> (01/22/12 01:14:17)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (01/22/12 01:14:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/lib/gutenbach_test/server/printer.py
r5ffffe0 r410ad69 150 150 151 151 def testPrintJob(self): 152 pass152 raise NotImplementedError 153 153 154 154 def testValidateJob(self): 155 pass155 raise NotImplementedError 156 156 157 157 def testGetJobs(self): 158 pass158 raise NotImplementedError 159 159 160 160 def testPrintUri(self): 161 pass161 raise NotImplementedError 162 162 163 163 def testCreateJob(self): … … 228 228 229 229 def testGetPrinterAttributes(self): 230 pass230 raise NotImplementedError 231 231 232 232 def testSetPrinterAttributes(self): 233 pass233 raise NotImplementedError 234 234 235 235 def testCancelJob(self): 236 pass236 raise NotImplementedError 237 237 238 238 def testSendDocument(self): 239 pass239 raise NotImplementedError 240 240 241 241 def testSendUri(self): 242 pass242 raise NotImplementedError 243 243 244 244 def testGetJobAttributes(self): 245 pass245 raise NotImplementedError 246 246 247 247 def testSetJobAttributes(self): 248 pass248 raise NotImplementedError 249 249 250 250 def testRestartJob(self): 251 pass251 raise NotImplementedError 252 252 253 253 def testPromoteJob(self): 254 pass254 raise NotImplementedError 255 255 256 256 if __name__ == "__main__":
Note: See TracChangeset
for help on using the changeset viewer.