[evolution] tests: eliminate tabs from tests



commit 5938ddca613b80aec7240bfc655d43c7ca90cefe
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Wed Apr 30 13:12:43 2014 +0200

    tests: eliminate tabs from tests

 tests/steps/addressbook_steps.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/steps/addressbook_steps.py b/tests/steps/addressbook_steps.py
index 0bcdc36..97c2c72 100644
--- a/tests/steps/addressbook_steps.py
+++ b/tests/steps/addressbook_steps.py
@@ -280,7 +280,7 @@ def set_contact_emails_to_value(context, section):
     for index, row in enumerate(context.table.rows):
         # Check that we have sufficient amount of textboxes
         # If not - click plus buttons until we have enough
-       if index == len(textboxes):
+        if index == len(textboxes):
             textboxes[0].parent.child(roleName="push button").click()
             (textboxes, comboboxes) = get_combobox_textbox_object(
                 context.app.contact_editor, section)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]