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>2006-10-18 12:18:31 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-18 12:18:31 (GMT)
commit18cbe0a68dc979b02cde25eb19498b5e98d2e25c (patch)
treee5dcccbc7e72e71f8fca11275145c2a09eb3f450 /tests
parenta4ef03fbdaec68c85f88e960aab846112b63272b (diff)
Fix. Use sugar-emulator to run this
Diffstat (limited to 'tests')
-rwxr-xr-x[-rw-r--r--]tests/simulator/simulator4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/simulator/simulator b/tests/simulator/simulator
index 6a0a0a8..be2d178 100644..100755
--- a/tests/simulator/simulator
+++ b/tests/simulator/simulator
@@ -20,11 +20,9 @@ import os
import gobject
-from sugar.session.TestSession import TestSession
from sugar.presence import PresenceService
-session = TestSession()
-session.start()
+os.environ['SUGAR_PROFILE'] = 'simulator'
PresenceService.start()