summaryrefslogtreecommitdiff
path: root/uitest
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-26 01:41:17 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-26 03:28:08 +0200
commit97ad8133644d8eb7678aa3c180f3d8f9247a0d90 (patch)
treea8f4eefeba05a63c4c76b266686d2a4c8c4f6a5d /uitest
parentc924baf95fe47ea642924b3bc47cd81bf4e89d10 (diff)
uitest: bring some order into the file mess
The uitest/uitest directory will be used for the actual uitest framework. The libreoffice directory should contain any common LibreOffice related code. Change-Id: I3f6394ff4be83b89a8764eab10a154e755237d35
Diffstat (limited to 'uitest')
-rw-r--r--uitest/calc_tests/about_test.py2
-rw-r--r--uitest/calc_tests/create_chart.py2
-rw-r--r--uitest/calc_tests/create_range_name.py2
-rw-r--r--uitest/calc_tests/function_wizard.py2
-rw-r--r--uitest/calc_tests/gridwin.py2
-rw-r--r--uitest/calc_tests/gridwindow.py2
-rw-r--r--uitest/demo_ui/char_dialog.py2
-rw-r--r--uitest/demo_ui/checkbox.py2
-rw-r--r--uitest/demo_ui/combobox.py2
-rw-r--r--uitest/demo_ui/edit.py2
-rw-r--r--uitest/demo_ui/gridwin.py2
-rw-r--r--uitest/demo_ui/listbox.py2
-rw-r--r--uitest/demo_ui/radiobutton.py2
-rw-r--r--uitest/demo_ui/spinfield.py2
-rw-r--r--uitest/demo_ui/tabcontrol.py2
-rw-r--r--uitest/demo_ui/tabdialog.py2
-rw-r--r--uitest/demo_ui/treelist.py2
-rw-r--r--uitest/impress_tests/start.py2
-rw-r--r--uitest/libreoffice/connection.py (renamed from uitest/connection.py)0
-rw-r--r--uitest/test_main.py4
-rw-r--r--uitest/uitest/framework.py (renamed from uitest/UITestCase.py)2
-rw-r--r--uitest/writer_tests/start.py2
22 files changed, 22 insertions, 22 deletions
diff --git a/uitest/calc_tests/about_test.py b/uitest/calc_tests/about_test.py
index df90e7da79bc..1495837c1649 100644
--- a/uitest/calc_tests/about_test.py
+++ b/uitest/calc_tests/about_test.py
@@ -7,7 +7,7 @@
from uitest_helper import UITest
-from UITestCase import UITestCase
+from uitest.framework import UITestCase
class AboutDlgTest(UITestCase):
diff --git a/uitest/calc_tests/create_chart.py b/uitest/calc_tests/create_chart.py
index 1bd82767bfe2..322618b82d46 100644
--- a/uitest/calc_tests/create_chart.py
+++ b/uitest/calc_tests/create_chart.py
@@ -9,7 +9,7 @@ from uitest_helper import UITest
from helper import mkPropertyValues
-from UITestCase import UITestCase
+from uitest.framework import UITestCase
import time
diff --git a/uitest/calc_tests/create_range_name.py b/uitest/calc_tests/create_range_name.py
index 01d01fd6690b..a265970bdb06 100644
--- a/uitest/calc_tests/create_range_name.py
+++ b/uitest/calc_tests/create_range_name.py
@@ -9,7 +9,7 @@ from uitest_helper import UITest
from helper import mkPropertyValues
-from UITestCase import UITestCase
+from uitest.framework import UITestCase
try:
import pyuno
diff --git a/uitest/calc_tests/function_wizard.py b/uitest/calc_tests/function_wizard.py
index bbdb0c15966b..b7ab11d25bc8 100644
--- a/uitest/calc_tests/function_wizard.py
+++ b/uitest/calc_tests/function_wizard.py
@@ -10,7 +10,7 @@ from uitest_helper import UITest
from helper import mkPropertyValues
import time
-from UITestCase import UITestCase
+from uitest.framework import UITestCase
try:
import pyuno
diff --git a/uitest/calc_tests/gridwin.py b/uitest/calc_tests/gridwin.py
index 7077f4bebf23..3366dc0c5bdd 100644
--- a/uitest/calc_tests/gridwin.py
+++ b/uitest/calc_tests/gridwin.py
@@ -9,7 +9,7 @@ from uitest_helper import UITest
from helper import mkPropertyValues
-from UITestCase import UITestCase
+from uitest.framework import UITestCase
import time
diff --git a/uitest/calc_tests/gridwindow.py b/uitest/calc_tests/gridwindow.py
index c3b2d1d4179c..4dfa83a46cff 100644
--- a/uitest/calc_tests/gridwindow.py
+++ b/uitest/calc_tests/gridwindow.py
@@ -11,7 +11,7 @@ from helper import mkPropertyValues
from uihelper.calc import enter_text_to_cell
-from UITestCase import UITestCase
+from uitest.framework import UITestCase
import time
diff --git a/uitest/demo_ui/char_dialog.py b/uitest/demo_ui/char_dialog.py
index 0cf545fd3900..903b2b199ff7 100644
--- a/uitest/demo_ui/char_dialog.py
+++ b/uitest/demo_ui/char_dialog.py
@@ -8,7 +8,7 @@
from uitest_helper import UITest
from helper import mkPropertyValues
-from UITestCase import UITestCase
+from uitest.framework import UITestCase
import time
diff --git a/uitest/demo_ui/checkbox.py b/uitest/demo_ui/checkbox.py
index a15d686471ab..718444ec6adc 100644
--- a/uitest/demo_ui/checkbox.py
+++ b/uitest/demo_ui/checkbox.py
@@ -9,7 +9,7 @@ from uitest_helper import UITest
from helper import mkPropertyValues
-from UITestCase import UITestCase
+from uitest.framework import UITestCase
import time
diff --git a/uitest/demo_ui/combobox.py b/uitest/demo_ui/combobox.py
index b33644b362f9..81c06ba02e6c 100644
--- a/uitest/demo_ui/combobox.py
+++ b/uitest/demo_ui/combobox.py
@@ -9,7 +9,7 @@ from uitest_helper import UITest
from helper import mkPropertyValues
-from UITestCase import UITestCase
+from uitest.framework import UITestCase
class ComboBoxTest(UITestCase):
diff --git a/uitest/demo_ui/edit.py b/uitest/demo_ui/edit.py
index 8ddbb1c5876c..bb3b2ee41384 100644
--- a/uitest/demo_ui/edit.py
+++ b/uitest/demo_ui/edit.py
@@ -9,7 +9,7 @@ from uitest_helper import UITest
from helper import mkPropertyValues
-from UITestCase import UITestCase
+from uitest.framework import UITestCase
try:
import pyuno
diff --git a/uitest/demo_ui/gridwin.py b/uitest/demo_ui/gridwin.py
index 5c2fae90b14d..60dfac53dd3c 100644
--- a/uitest/demo_ui/gridwin.py
+++ b/uitest/demo_ui/gridwin.py
@@ -9,7 +9,7 @@ from uitest_helper import UITest
from helper import mkPropertyValues
-from UITestCase import UITestCase
+from uitest.framework import UITestCase
import time
diff --git a/uitest/demo_ui/listbox.py b/uitest/demo_ui/listbox.py
index f6857c2f01d2..487d476deba7 100644
--- a/uitest/demo_ui/listbox.py
+++ b/uitest/demo_ui/listbox.py
@@ -9,7 +9,7 @@ from uitest_helper import UITest
from helper import mkPropertyValues
-from UITestCase import UITestCase
+from uitest.framework import UITestCase
class ListBoxTest(UITestCase):
diff --git a/uitest/demo_ui/radiobutton.py b/uitest/demo_ui/radiobutton.py
index fef71f5e238a..23d7aba85a48 100644
--- a/uitest/demo_ui/radiobutton.py
+++ b/uitest/demo_ui/radiobutton.py
@@ -9,7 +9,7 @@ from uitest_helper import UITest
from helper import mkPropertyValues
-from UITestCase import UITestCase
+from uitest.framework import UITestCase
import time
diff --git a/uitest/demo_ui/spinfield.py b/uitest/demo_ui/spinfield.py
index 761c9ac3a736..b581a0362e26 100644
--- a/uitest/demo_ui/spinfield.py
+++ b/uitest/demo_ui/spinfield.py
@@ -12,7 +12,7 @@ from uitest_helper import get_state_as_dict
import time
-from UITestCase import UITestCase
+from uitest.framework import UITestCase
try:
import pyuno
diff --git a/uitest/demo_ui/tabcontrol.py b/uitest/demo_ui/tabcontrol.py
index 1f5712d2b5a6..222a4238d00e 100644
--- a/uitest/demo_ui/tabcontrol.py
+++ b/uitest/demo_ui/tabcontrol.py
@@ -13,7 +13,7 @@ from helper import mkPropertyValues
from uihelper.calc import enter_text_to_cell
-from UITestCase import UITestCase
+from uitest.framework import UITestCase
try:
import pyuno
diff --git a/uitest/demo_ui/tabdialog.py b/uitest/demo_ui/tabdialog.py
index 99e7b9f327d4..0cbc4ec29430 100644
--- a/uitest/demo_ui/tabdialog.py
+++ b/uitest/demo_ui/tabdialog.py
@@ -11,7 +11,7 @@ from helper import mkPropertyValues
import time
-from UITestCase import UITestCase
+from uitest.framework import UITestCase
class TabDialogTest(UITestCase):
diff --git a/uitest/demo_ui/treelist.py b/uitest/demo_ui/treelist.py
index 23c11993a4a5..3814344afecd 100644
--- a/uitest/demo_ui/treelist.py
+++ b/uitest/demo_ui/treelist.py
@@ -14,7 +14,7 @@ from uihelper.calc import enter_text_to_cell
from uitest_helper import get_state_as_dict
-from UITestCase import UITestCase
+from uitest.framework import UITestCase
try:
import pyuno
diff --git a/uitest/impress_tests/start.py b/uitest/impress_tests/start.py
index f82eb6373ba5..2de7482f6467 100644
--- a/uitest/impress_tests/start.py
+++ b/uitest/impress_tests/start.py
@@ -9,7 +9,7 @@ from uitest_helper import UITest, get_state_as_dict
from helper import mkPropertyValues
-from UITestCase import UITestCase
+from uitest.framework import UITestCase
import time
diff --git a/uitest/connection.py b/uitest/libreoffice/connection.py
index 7087ca84bae9..7087ca84bae9 100644
--- a/uitest/connection.py
+++ b/uitest/libreoffice/connection.py
diff --git a/uitest/test_main.py b/uitest/test_main.py
index 4939d0585b98..c75533685174 100644
--- a/uitest/test_main.py
+++ b/uitest/test_main.py
@@ -13,9 +13,9 @@ import calc_tests
import importlib
import importlib.machinery
-from UITestCase import UITestCase
+from uitest.framework import UITestCase
-from connection import PersistentConnection, OfficeConnection
+from libreoffice.connection import OfficeConnection
def parseArgs(argv):
(optlist,args) = getopt.getopt(argv[1:], "hr",
diff --git a/uitest/UITestCase.py b/uitest/uitest/framework.py
index 5e088042e713..a6f804b84187 100644
--- a/uitest/UITestCase.py
+++ b/uitest/uitest/framework.py
@@ -10,7 +10,7 @@ import time
from uitest_helper import UITest
-from connection import PersistentConnection, OfficeConnection
+from libreoffice.connection import PersistentConnection, OfficeConnection
class UITestCase(unittest.TestCase):
diff --git a/uitest/writer_tests/start.py b/uitest/writer_tests/start.py
index 13d99c9d5052..40aebcbb64ab 100644
--- a/uitest/writer_tests/start.py
+++ b/uitest/writer_tests/start.py
@@ -9,7 +9,7 @@ from uitest_helper import UITest, get_state_as_dict
from helper import mkPropertyValues
-from UITestCase import UITestCase
+from uitest.framework import UITestCase
import time