[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Correct message format
Update of /home/minion/cvsroot/src/minion/lib/mixminion
In directory moria.mit.edu:/tmp/cvs-serv32402/lib/mixminion
Modified Files:
test.py
Log Message:
Correct message format
Index: test.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/test.py,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- test.py 28 May 2003 07:36:24 -0000 1.110
+++ test.py 29 May 2003 01:56:08 -0000 1.111
@@ -3848,7 +3848,7 @@
ServerInfo(string=inf2)
self.fail("Missing ConfigError")
except ConfigError, p:
- self.assertEquals(str(p), "Unrecognized descriptor version 0.99")
+ self.assertEquals(str(p), "Unrecognized descriptor version: 0.99")
# Try regenerating server descriptor with existing keys.
key2 = mixminion.server.ServerKeys.ServerKeyset(d, "key2", d)