[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[minion-cvs] Fix a broken unit test for displayServer



Update of /home/minion/cvsroot/src/minion/lib/mixminion
In directory moria.mit.edu:/tmp/cvs-serv21138/lib/mixminion

Modified Files:
	test.py 
Log Message:
Fix a broken unit test for displayServer

Index: test.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/test.py,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -d -r1.181 -r1.182
--- test.py	2 Feb 2004 07:05:49 -0000	1.181
+++ test.py	6 Feb 2004 18:00:59 -0000	1.182
@@ -4491,9 +4491,9 @@
                "server at 1.2.3.4:48099")
             eq(dsbr(MMTPHostInfo("ken.com", 48099, "a"*20)),
                "'Kenichi' at ken.com:48099")
-            eq(dsba("1.2.3.4",48099), "server at 1.2.3.4:48099 ('Each'?)")
+            eq(dsba("1.2.3.4",48099), "server at 1.2.3.4:48099 (Each?)")
             eq(dsba("1.2.3.4",48099,"a.b.c.d"),
-               "server at 1.2.3.4:48099 ('Peach'?)")
+               "server at 1.2.3.4:48099 (Peach?)")
             eq(dsba("3.4.5.6",48099,"x.y.z"),
                "server at 3.4.5.6:48099")
         finally: