Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-05-20 10:48:17 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-05-20 10:48:17 (GMT)
commitdd658dc8bbd6b38c434e0dc0805a97dabbf34516 (patch)
tree019560304e084912cfbbecf7095664cb15cadcf0 /tests
parente085068631d4c891dc66e588d88f59c2f393ac92 (diff)
Implement components and profile support
Diffstat (limited to 'tests')
-rw-r--r--tests/test-browser.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test-browser.py b/tests/test-browser.py
index b159f3c..0f5b39f 100644
--- a/tests/test-browser.py
+++ b/tests/test-browser.py
@@ -1,3 +1,5 @@
+import os
+
import gtk
import hulahop
@@ -24,6 +26,8 @@ def _quit(window):
hulahop.shutdown()
gtk.main_quit()
+hulahop.set_profile_path(os.path.expanduser('~/.test-hulahop'))
+
registrar = components.registrar
registrar.registerFactory('{64355793-988d-40a5-ba8e-fcde78cac631}"',
'Test Application Launcher',