aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarja Hassinen <ext-marja.2.hassinen@nokia.com>2009-10-28 10:52:30 +0200
committerMarja Hassinen <ext-marja.2.hassinen@nokia.com>2009-10-28 10:52:30 +0200
commitde1a61afc8807a7205d4fa984c61f773883177a7 (patch)
tree772f33a2fa466b09d79fa4e93a7a093c5c2db543
parent39930b262b5b2f32964eb3fbd1228b6859dbfd05 (diff)
libcontextprovider, protocol change: Enabling a test which is supposed to pass after protocol change.
-rwxr-xr-xlibcontextsubscriber/customer-tests/subscription/multiprovider2.py9
1 files changed, 3 insertions, 6 deletions
diff --git a/libcontextsubscriber/customer-tests/subscription/multiprovider2.py b/libcontextsubscriber/customer-tests/subscription/multiprovider2.py
index 70e89a8f..385eba8e 100755
--- a/libcontextsubscriber/customer-tests/subscription/multiprovider2.py
+++ b/libcontextsubscriber/customer-tests/subscription/multiprovider2.py
@@ -47,13 +47,10 @@ class MultiProvider(unittest.TestCase):
1. starts two providers (X and Y) providing the same P property
2. X sets P to V1
3. Y sets P to V2
- 4. starts a client and check that value for P is V2
- 5. starts a client with different provider order and
- checks that value for P is still V2
+ 4. starts a client
+ 5. commands X to sleep, to make sure the client gets the value from Y first
+ checks that value for P is V2 even though it got first V2 and then V1
"""
- # please reenable this test when new protocol on provider side is merged!
- return
-
provider_x = CLTool("context-provide", "--v2", "test.x",
"int", "test.prop", "44")
provider_x.send("dump x.context")