~glitter-team/glitter/trunk

« back to all changes in this revision

Viewing changes to glitter/tests/test_scroll_area.py

  • Committer: Jan Jokela
  • Date: 2009-06-06 14:56:58 UTC
  • mto: This revision was merged to the branch mainline in revision 30.
  • Revision ID: jan@jan-laptop-20090606145658-1uz8xy3fncad9klt
(glitter/tests/test_scroll_area.py) Test now uses an SVG image

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        self.scroll_area.natural_height = 0.8
43
43
        self.scroll_area._update_layout()
44
44
        
45
 
        self.image = Image("/home/jan/Desktop/Screenshot-Bollywood-2.png")
 
45
        self.image = Image("test2.svg")
46
46
        self.scroll_area.pack(self.image)
47
47
        #self.label._update_layout()
48
48