From 47c0352505ef0b0b2feed347301e4cd8b12b8f78 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 25 Oct 2014 17:32:50 +0800 Subject: [PATCH] test/pc_rpc: tougher test for string encoding --- test/pc_rpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pc_rpc.py b/test/pc_rpc.py index 805eee856..37a3d6c7d 100644 --- a/test/pc_rpc.py +++ b/test/pc_rpc.py @@ -21,7 +21,7 @@ class RPCCase(unittest.TestCase): try: test_object = [5, 2.1, None, True, False, {"a": 5, 2: np.linspace(0, 10, 1)}, - (4, 5), (10,)] + (4, 5), (10,), "ab\nx\"'"] time.sleep(.5) # wait for the server to start remote = pc_rpc.Client(test_address, test_port) try: