Kaydet (Commit) bec5a263 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

uitest: move more code into the new directory layout

Change-Id: Ic5d08f08c1fccc74be09cea7887d3acb910e7636
üst fd68096c
......@@ -7,7 +7,7 @@
from uitest_helper import UITest
from helper import mkPropertyValues
from libreoffice.uno.propertyvalue import mkPropertyValues
from uitest.framework import UITestCase
......
......@@ -7,7 +7,7 @@
from uitest_helper import UITest
from helper import mkPropertyValues
from libreoffice.uno.propertyvalue import mkPropertyValues
from uitest.framework import UITestCase
......
......@@ -7,7 +7,7 @@
from uitest_helper import UITest
from helper import mkPropertyValues
from libreoffice.uno.propertyvalue import mkPropertyValues
import time
from uitest.framework import UITestCase
......
......@@ -7,7 +7,7 @@
from uitest_helper import UITest
from helper import mkPropertyValues
from libreoffice.uno.propertyvalue import mkPropertyValues
from uitest.framework import UITestCase
......
......@@ -7,7 +7,7 @@
from uitest_helper import UITest
from helper import mkPropertyValues
from libreoffice.uno.propertyvalue import mkPropertyValues
from uitest.uihelper.calc import enter_text_to_cell
......
......@@ -7,7 +7,7 @@
from uitest_helper import UITest
from helper import mkPropertyValues
from libreoffice.uno.propertyvalue import mkPropertyValues
from uitest.framework import UITestCase
from uitest.debug import sleep
......
......@@ -7,7 +7,7 @@
from uitest_helper import UITest
from helper import mkPropertyValues
from libreoffice.uno.propertyvalue import mkPropertyValues
from uitest.framework import UITestCase
......
......@@ -7,7 +7,7 @@
from uitest_helper import UITest
from helper import mkPropertyValues
from libreoffice.uno.propertyvalue import mkPropertyValues
from uitest.framework import UITestCase
......
......@@ -7,7 +7,7 @@
from uitest_helper import UITest
from helper import mkPropertyValues
from libreoffice.uno.propertyvalue import mkPropertyValues
from uitest.framework import UITestCase
......
......@@ -7,7 +7,7 @@
from uitest_helper import UITest
from helper import mkPropertyValues
from libreoffice.uno.propertyvalue import mkPropertyValues
from uitest.framework import UITestCase
......
......@@ -7,7 +7,7 @@
from uitest_helper import UITest
from helper import mkPropertyValues
from libreoffice.uno.propertyvalue import mkPropertyValues
from uitest.framework import UITestCase
......
......@@ -7,7 +7,7 @@
from uitest_helper import UITest
from helper import mkPropertyValues
from libreoffice.uno.propertyvalue import mkPropertyValues
from uitest.framework import UITestCase
......
......@@ -7,7 +7,7 @@
from uitest_helper import UITest
from helper import mkPropertyValues
from libreoffice.uno.propertyvalue import mkPropertyValues
from uitest_helper import get_state_as_dict
import time
......
......@@ -9,7 +9,7 @@ import time
from uitest_helper import UITest
from helper import mkPropertyValues
from libreoffice.uno.propertyvalue import mkPropertyValues
from uitest.uihelper.calc import enter_text_to_cell
......
......@@ -7,7 +7,7 @@
from uitest_helper import UITest
from helper import mkPropertyValues
from libreoffice.uno.propertyvalue import mkPropertyValues
import time
......
......@@ -9,7 +9,7 @@ import time
from uitest_helper import UITest
from helper import mkPropertyValues
from libreoffice.uno.propertyvalue import mkPropertyValues
from uitest.uihelper.calc import enter_text_to_cell
from uitest_helper import get_state_as_dict
......
......@@ -7,7 +7,7 @@
from uitest_helper import UITest, get_state_as_dict
from helper import mkPropertyValues
from libreoffice.uno.propertyvalue import mkPropertyValues
from uitest.framework import UITestCase
......
......@@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
from helper import mkPropertyValues
from libreoffice.uno.propertyvalue import mkPropertyValues
def enter_text_to_cell(gridwin, cell, text):
gridwin.executeAction("SELECT", mkPropertyValues({"CELL": cell}))
......
......@@ -9,7 +9,7 @@ import time
from libreoffice.uno.eventlistener import EventListener
from helper import convert_property_values_to_dict
from libreoffice.uno.propertyvalue import convert_property_values_to_dict
class DialogNotExecutedException(Exception):
def __init__(self, command):
......
......@@ -7,7 +7,7 @@
from uitest_helper import UITest, get_state_as_dict
from helper import mkPropertyValues
from libreoffice.uno.propertyvalue import mkPropertyValues
from uitest.framework import UITestCase
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment