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

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
üst c924baf9
......@@ -7,7 +7,7 @@
from uitest_helper import UITest
from UITestCase import UITestCase
from uitest.framework import UITestCase
class AboutDlgTest(UITestCase):
......
......@@ -9,7 +9,7 @@ from uitest_helper import UITest
from helper import mkPropertyValues
from UITestCase import UITestCase
from uitest.framework import UITestCase
import time
......
......@@ -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
......
......@@ -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
......
......@@ -9,7 +9,7 @@ from uitest_helper import UITest
from helper import mkPropertyValues
from UITestCase import UITestCase
from uitest.framework import UITestCase
import time
......
......@@ -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
......
......@@ -8,7 +8,7 @@
from uitest_helper import UITest
from helper import mkPropertyValues
from UITestCase import UITestCase
from uitest.framework import UITestCase
import time
......
......@@ -9,7 +9,7 @@ from uitest_helper import UITest
from helper import mkPropertyValues
from UITestCase import UITestCase
from uitest.framework import UITestCase
import time
......
......@@ -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):
......
......@@ -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
......
......@@ -9,7 +9,7 @@ from uitest_helper import UITest
from helper import mkPropertyValues
from UITestCase import UITestCase
from uitest.framework import UITestCase
import time
......
......@@ -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):
......
......@@ -9,7 +9,7 @@ from uitest_helper import UITest
from helper import mkPropertyValues
from UITestCase import UITestCase
from uitest.framework import UITestCase
import time
......
......@@ -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
......
......@@ -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
......
......@@ -11,7 +11,7 @@ from helper import mkPropertyValues
import time
from UITestCase import UITestCase
from uitest.framework import UITestCase
class TabDialogTest(UITestCase):
......
......@@ -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
......
......@@ -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
......
......@@ -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",
......
......@@ -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):
......
......@@ -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
......
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