aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-06-25 08:30:46 -0500
committerTed Gould <ted@canonical.com>2009-06-25 08:30:46 -0500
commit03fc59989ff70dbaabb4fb202fc5850fcf7e9b96 (patch)
treedee28c87d62024df418bc341a16c883d2c7081c1 /tests
parente59b791cd717bbd4bbb541382e20bfa150941f57 (diff)
parent3a8a452aad57a368a61e45bbb25ce7eb2d529a5a (diff)
downloadlibdbusmenu-03fc59989ff70dbaabb4fb202fc5850fcf7e9b96.tar.gz
libdbusmenu-03fc59989ff70dbaabb4fb202fc5850fcf7e9b96.tar.bz2
libdbusmenu-03fc59989ff70dbaabb4fb202fc5850fcf7e9b96.zip
Update from Ara
Diffstat (limited to 'tests')
-rwxr-xr-xtests/dbusmenu-gtk/dbusMenuTest2
-rw-r--r--tests/dbusmenu-gtk/dbusmenu.py6
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/dbusmenu-gtk/dbusMenuTest b/tests/dbusmenu-gtk/dbusMenuTest
index 6a6fb42..46c5f67 100755
--- a/tests/dbusmenu-gtk/dbusMenuTest
+++ b/tests/dbusmenu-gtk/dbusMenuTest
@@ -3,6 +3,6 @@
export NO_GAIL=0
export NO_AT_BRIDGE=0
-dbus-test-runner --dbus-config /usr/share/dbus-test-runner/session.conf --task ./test-gtk-label-client --task-name Client --task ./test-gtk-label-server --parameter ./$1 --task-name Server --ignore-return
+dbus-test-runner --dbus-config /usr/share/dbus-test-runner/session.conf --task ../test-gtk-label-client --task-name Client --task ../test-gtk-label-server --parameter ./$1 --task-name Server --ignore-return
diff --git a/tests/dbusmenu-gtk/dbusmenu.py b/tests/dbusmenu-gtk/dbusmenu.py
index ee9ab63..17b38ac 100644
--- a/tests/dbusmenu-gtk/dbusmenu.py
+++ b/tests/dbusmenu-gtk/dbusmenu.py
@@ -1,10 +1,10 @@
-from desktoptesting.test_suite.main import SingleApplicationTestSuite
-from desktoptesting.application.main import Application
+from mago.test_suite.main import SingleApplicationTestSuite
+from mago.application.main import Application
import ldtp, ooldtp, ldtputils
class DbusMenuGtkApp():
- LAUNCHER = "./mago_tests/dbusMenuTest"
+ LAUNCHER = "./dbusMenuTest"
WINDOW = "frmlibdbusmenu-gtktest"
def open(self, menu_schema=''):