~lderan/ubuntu-autopilot-tests/ubuntu-autopilot-tests

« back to all changes in this revision

Viewing changes to xubuntu_autopilot_tests/gthumb/test_gthumb.py

  • Committer: Thomas Molloy
  • Date: 2014-03-22 10:30:07 UTC
  • Revision ID: beetyrootey@gmail.com-20140322103007-rh3p3r1rmh3srb23
fixes for the xubuntu tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
2
2
#
3
 
# Copyright (C) 2013
 
3
# Copyright (C) 2014
4
4
#
5
 
# Author: Daniel Chapman daniel@chapman-mail.com
 
5
# Author: Thomas Molloy beetyrootey@gmail.com 
6
6
#
7
7
# This program is free software; you can redistribute it and/or modify
8
8
# it under the terms of the GNU Lesser General Public License as published by
48
48
        self.assertThat(lambda: window.title, Eventually(Contains('gThumb')))
49
49
        
50
50
        for window in windows:
51
 
            window.close()
 
 
b'\\ No newline at end of file'
 
51
            window.close()