~georgeyk/stoqdrivers/print-barcode

« back to all changes in this revision

Viewing changes to tests/test_coupon.py

  • Committer: romaia
  • Date: 2009-04-09 21:48:36 UTC
  • Revision ID: vcs-imports@canonical.com-20090409214836-6faee8yzgewz908g
Bug 3921 - Adicionar suporte para bematech MP20

Show diffs side-by-side

added added

removed removed

Lines of Context:
406
406
    brand = 'daruma'
407
407
    model = 'FS345'
408
408
 
 
409
# XXX: This tests wore not done with a real printer, we used an emulator
 
410
class BematechMP20(TestCoupon, BaseTest):
 
411
    brand = 'bematech'
 
412
    model = 'MP20'
 
413
 
409
414
class BematechMP25FI(TestCoupon, BaseTest):
410
415
    brand = 'bematech'
411
416
    model = 'MP25'
412
417
 
 
418
# XXX: This tests wore not done with a real printer, we used an emulator
413
419
class BematechMP2100(TestCoupon, BaseTest):
414
420
    brand = 'bematech'
415
421
    model = 'MP2100'