~ubuntu-branches/ubuntu/trusty/python-enable/trusty

« back to all changes in this revision

Viewing changes to enthought/kiva/agg/tests/test_save.py

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2011-04-05 21:54:28 UTC
  • mfrom: (1.1.5 upstream)
  • mto: (8.2.1 sid)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20110405215428-1x2wtubz3ok2kxaq
Tags: upstream-3.4.1
ImportĀ upstreamĀ versionĀ 3.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
        "rgba32": [255,255,255,255,255,255,255,255,255,0,0,255,255,0,0,255],
19
19
        "bgra32": [255,255,255,255,255,255,255,255,0,0,255,255,0,0,255,255]
20
20
        }
21
 
    
 
21
 
22
22
    def test_rgb24_format(self):
23
23
        self.do_check_format('rgb24')
24
 
        
 
24
 
25
25
    def test_bgr24_format(self):
26
26
        self.do_check_format('bgr24')
27
 
        
 
27
 
28
28
    def test_rgba32_format(self):
29
29
        self.do_check_format('rgba32')
30
 
        
 
30
 
31
31
    def test_bgra32_format(self):
32
32
        self.do_check_format('bgra32')
33
 
        
 
33
 
34
34
    def do_check_format(self,fmt):
35
35
        # FIXME:
36
36
        raise nose.SkipTest